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.


_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to