[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ZRwfjywiffWxWnX5@smile.fi.intel.com>
Date: Tue, 3 Oct 2023 17:05:03 +0300
From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To: "Rafael J. Wysocki" <rafael@...nel.org>
Cc: linux-acpi@...r.kernel.org, linux-kernel@...r.kernel.org,
Len Brown <lenb@...nel.org>
Subject: Re: [PATCH v1 1/2] ACPI: property: Allow _DSD buffer data only for
byte accessors
On Tue, Oct 03, 2023 at 03:59:26PM +0200, Rafael J. Wysocki wrote:
> On Mon, Oct 2, 2023 at 3:46 PM Andy Shevchenko
> <andriy.shevchenko@...ux.intel.com> wrote:
...
> > + if (obj->type == ACPI_TYPE_BUFFER) {
> > + if (proptype != DEV_PROP_U8)
> > + return -EPROTO;
> > items = obj;
> > + } else
> > + items = obj->package.elements;
>
> The braces that are missing here (as per the coding style) were added
> while applying the patch.
Thank you!
--
With Best Regards,
Andy Shevchenko
Powered by blists - more mailing lists