mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 02:50:53 +07:00
drivers/iio/humidity/hdc2010.c:305:2-3: Unneeded semicolon
Remove unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
Fixes: 0115a63c99
("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>
This commit is contained in:
parent
f530f88246
commit
2f0472a1f8
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user