Re: [RFC PATCH] Add bridge driver to connect sensors to CIO2 device via software nodes on ACPI platforms

From: Joe Perches
Date: Thu Sep 17 2020 - 06:23:08 EST


On Thu, 2020-09-17 at 12:34 +0300, Dan Carpenter wrote:
> On Wed, Sep 16, 2020 at 10:36:18PM +0100, Daniel Scally wrote:
> > diff --git a/drivers/staging/media/ipu3/cio2-bridge.c b/drivers/staging/media/ipu3/cio2-bridge.c
[]
> > + if (!dev->driver_data) {
> > + pr_info("ACPI match for %s, but it has no driver\n",
> > + supported_devices[i]);
>
> put_device(dev);
>
> > + continue;
> > + } else {

No need for an else either.

> > + pr_info("Found supported device %s\n",
> > + supported_devices[i]);

so this can be unindented too.