OSDN Git Service

staging: iio: tsl2x7x: add missing error checks
authorBrian Masney <masneyb@onstation.org>
Sun, 4 Mar 2018 01:49:39 +0000 (20:49 -0500)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 10 Mar 2018 14:45:05 +0000 (14:45 +0000)
commit8514976685e664df8cdeaf737a3f73e1e33bc7bd
treee9c16a961ad9bceee6e305748c59404bb2a296b6
parentdbe0f59c7cdaf3815fa6cb13cd925e9736f33388
staging: iio: tsl2x7x: add missing error checks

The functions in_illuminance0_calibrate_store() and
in_illuminance0_lux_table_store() did not have complete error handling
in place. This patch adds the missing error handling.

Signed-off-by: Brian Masney <masneyb@onstation.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/staging/iio/light/tsl2x7x.c