Home
last modified time | relevance | path

Searched hist:de51696cf5ec9dc834b35b343c45e90091755d06 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/i2c/busses/
H A Di2c-powermac.cdiff de51696cf5ec9dc834b35b343c45e90091755d06 Sun Apr 26 04:42:28 CDT 2020 Jason Yan <yanaijie@huawei.com> i2c: powermac: use true,false for bool variable

In i2c_powermac_register_devices(), variable 'found_onyx' is bool and
assigned '0' and 'true' in different places. Use 'false' instead of '0'.

Signed-off-by: Jason Yan <yanaijie@huawei.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>