linux/drivers/iio/common
Uwe Kleine-König 388008bbd6 iio: ssp_sensors: don't manually free devm managed resources
The charme of devm_* functions is that you don't need to care about them
in the error path. In this case it is valid to just return NULL which makes
the device fail to probe and then the two gpios and the allocated memory
are freed automatically by the driver core.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
2018-10-07 20:04:30 +01:00
..
cros_ec_sensors iio: common: cros_ec_sensors: simplify getting .drvdata 2018-04-28 16:17:59 +01:00
hid-sensors Staging/IIO patches for 4.18-rc1 2018-06-09 10:32:39 -07:00
ms_sensors iio: common: ms_sensors: Remove unnecessary cast on void pointer 2017-04-02 09:47:57 +01:00
ssp_sensors iio: ssp_sensors: don't manually free devm managed resources 2018-10-07 20:04:30 +01:00
st_sensors iio: change strncpy+truncation to strlcpy 2018-07-15 11:38:06 +01:00
Kconfig iio: cros_ec_sensors_core: Add common functions for the ChromeOS EC Sensor Hub. 2016-10-25 18:20:05 +01:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00