lkml.org 
[lkml]   [2023]   [Aug]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 2/2] gpio: sim: simplify code with cleanup helpers
On Tue, Aug 15, 2023 at 05:52:53PM +0200, Peter Zijlstra wrote:
> On Tue, Aug 15, 2023 at 10:04:32AM +0200, Linus Walleij wrote:
> > On Wed, Aug 9, 2023 at 3:14 PM Bartosz Golaszewski <brgl@bgdev.pl> wrote:


> > > - mutex_lock(&chip->lock);
> > > + guard(mutex)(&chip->lock);

> Looks about right.

Btw, why don't we have something like

guard_mutex()

to be used as

guard_mutex(&chip->lock);

Moreover, maybe some macro that can predict the API call from the type of
the parameter?

--
With Best Regards,
Andy Shevchenko


\
 
 \ /
  Last update: 2023-08-15 17:59    [W:0.047 / U:0.492 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site