Re: [PATCH v2 3/3] acpi spi: Initialize modalias from of_compatible

From: Mark Brown
Date: Wed Jul 20 2016 - 07:38:22 EST


On Wed, Jul 20, 2016 at 02:21:55PM +0300, Crestez Dan Leonard wrote:
> On 07/19/2016 01:22 PM, Mark Brown wrote:

> > Please submit patches using subject lines reflecting the style for the
> > subsystem. This makes it easier for people to identify relevant
> > patches. Look at what existing commits in the area you're changing are
> > doing and make sure your subject lines visually resemble what they're
> > doing.

> So the prefix should be something like "spi: acpi: "?

Yes.

> >> + if (adev->data.of_compatible) {
> >> + ret = acpi_of_modalias(adev, spi->modalias, sizeof(spi->modalias));
> >> + if (ret) {
> >> + spi_dev_put(spi);
> >> + return AE_NOT_FOUND;
> >> + }

> > The only reason this could fail currently is that there wasn't a
> > compatible in the first place so why don't we just handle it like the no
> > compatible case? It's probably not realistic but it seems like there's
> > a small chance this could regress some platform if we do add more error
> > detection in acpi_of_modalias().

> If acpi_of_modalias fails for some new reason wouldn't it be better to
> fail explicitly rather than ignore it?

The current code will happily proceed to create a device without doing
this parsing so clearly we can do that. It's not clear to me that it's
better to refuse to create the device at all than to soldier on and
create a device with only the native ACPI information, perhaps it just
needs a comment explaining why we do that.

Attachment: signature.asc
Description: PGP signature