]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
drivers/iio/humidity/hdc2010.c:305:2-3: Unneeded semicolon
authorkernel test robot <lkp@intel.com>
Tue, 1 Sep 2020 18:30:07 +0000 (19:30 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 6 Sep 2020 15:05:56 +0000 (16:05 +0100)
Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: 0115a63c9993 ("iio: humidity: Add TI HDC20x0 support")
CC: Eugene Zaikonnikov <ez@norphonic.com>
Signed-off-by: kernel test robot <lkp@intel.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/humidity/hdc2010.c

index 744cb0f535b31332b46091f8356a98365f987868..83f5b9f607803a87ff19fdd3125e428c08b2e629 100644 (file)
@@ -302,7 +302,7 @@ static int hdc2010_probe(struct i2c_client *client,
                if (hdc2010_update_drdy_config(data, HDC2010_AMM, 0))
                        dev_warn(&client->dev, "Unable to restore default AMM\n");
                return ret;
-       };
+       }
 
        data->measurement_config = tmp;