Re: [PATCH] staging: fbtft: use guard() to simplify code

From: Greg KH

Date: Wed Jan 28 2026 - 23:38:15 EST


On Wed, Jan 28, 2026 at 10:26:42PM +0100, Paul Retourné wrote:
> Use guard() to simplify mutex locking. No functional change.

It's best to use guard() for new code, not touching existing code as:

> 3 files changed, 8 insertions(+), 8 deletions(-)

This made no change overall at all :(

thanks,

greg k-h