From: Andy Shevchenko <andy@kernel.org>
To: "Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>
Cc: Hans de Goede <hdegoede@redhat.com>,
AceLan Kao <acelan.kao@canonical.com>,
Roman Bogoyev <roman@computercheck.com.au>,
Kai Heng Feng <kai.heng.feng@canonical.com>,
platform-driver-x86@vger.kernel.org
Subject: Re: [PATCH v2 1/2] platform/x86: Add new Dell UART backlight driver
Date: Mon, 13 May 2024 19:04:18 +0300 [thread overview]
Message-ID: <ZkI6Aqj02tC5PVE2@smile.fi.intel.com> (raw)
In-Reply-To: <7c134976-d70b-9703-c295-4c89c4c07070@linux.intel.com>
On Mon, May 13, 2024 at 06:54:25PM +0300, Ilpo Järvinen wrote:
> On Mon, 13 May 2024, Andy Shevchenko wrote:
> > On Mon, May 13, 2024 at 05:33:10PM +0200, Hans de Goede wrote:
> > > On 5/13/24 5:19 PM, Andy Shevchenko wrote:
> > > > On Mon, May 13, 2024 at 03:18:10PM +0200, Hans de Goede wrote:
> > > >> On 5/13/24 2:58 PM, Andy Shevchenko wrote:
> > > >>> On Mon, May 13, 2024 at 01:15:50PM +0200, Hans de Goede wrote:
> >
> > > >>>> +static int dell_uart_bl_command(struct dell_uart_backlight *dell_bl,
> > > >>>> + const u8 *cmd, int cmd_len,
> > > >>>> + u8 *resp, int resp_max_len)
> > > >>>> +{
> > > >>>> + int ret;
> > > >>>> +
> > > >>>> + ret = mutex_lock_killable(&dell_bl->mutex);
> > > >>>
> > > >>> Can't be called via cleanup.h?
> > > >>
> > > >> I prefer to have the locking explicit rather then use cleanup.h .
> > > >
> > > > Hmm... interesting, so you push-back the cleanup.h usage?
> > >
> > > I'm in favor of the guard(mutex)(&smne_mutex); syntax, but this
> > > is a mutex_lock_killable() for which that does not work AFAIK.
> > >
> > > So in this case AFAICT we would need to use the cleanup stuff manually
> > > and in that case I believe that in that case just sticking with
> > > the current code is better.
> >
> > There is scoped_cond_guard().
> > But there is no DEFINE_GUARD_COND() for mutex_lock_killable().
>
> Is there a way to return the original error code with scoped_cond_guard()
> or does that it force overriding the original return value with a
> hard-coded one provided by the caller which seems a step backwards?
Yeah, that's also a downside. Perhaps you can reply to the original thread
about this. But it seems it was developed for boolean type of functions w/o
thinking a lot about returned values.
--
With Best Regards,
Andy Shevchenko
next prev parent reply other threads:[~2024-05-13 16:04 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-13 11:15 [PATCH v2 0/2] platform/x86: Add new Dell UART backlight driver Hans de Goede
2024-05-13 11:15 ` [PATCH v2 1/2] " Hans de Goede
2024-05-13 12:58 ` Andy Shevchenko
2024-05-13 13:18 ` Hans de Goede
2024-05-13 15:19 ` Andy Shevchenko
2024-05-13 15:33 ` Hans de Goede
2024-05-13 15:44 ` Andy Shevchenko
2024-05-13 15:45 ` Andy Shevchenko
2024-05-13 15:54 ` Ilpo Järvinen
2024-05-13 16:04 ` Andy Shevchenko [this message]
2024-05-13 11:15 ` [PATCH v2 2/2] tools arch x86: Add dell-uart-backlight-emulator Hans de Goede
2024-05-13 12:46 ` Andy Shevchenko
2024-05-13 13:25 ` Hans de Goede
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZkI6Aqj02tC5PVE2@smile.fi.intel.com \
--to=andy@kernel.org \
--cc=acelan.kao@canonical.com \
--cc=hdegoede@redhat.com \
--cc=ilpo.jarvinen@linux.intel.com \
--cc=kai.heng.feng@canonical.com \
--cc=platform-driver-x86@vger.kernel.org \
--cc=roman@computercheck.com.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.