commit | 3c50dee99588301869cdab857e70dfbb1b9ba6f0 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Fri Mar 13 12:49:48 2020 +0200 |
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | Sat Mar 21 10:25:59 2020 +0000 |
tree | 3b5ca60c2f2f6ed766a12ea47dcf71d5e76cbed4 | |
parent | 35a4eeb055c9c35ed3c4cdc340547468bf18368e [diff] |
iio: light: st_uvis25: Drop unneeded casting when print error code Explicit casting in printf() usually shows that something is not okay. Here, we really don't need it by providing correct specifier. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>