1
0
Fork 0
alistair23-linux/drivers/i2c/muxes
Lukasz Gemborowski 22ebf00eb5 i2c: mux: reg: wrong condition checked for of_address_to_resource return value
of_address_to_resource return 0 on successful call but
devm_ioremap_resource is called only if it returns non-zero value

Signed-off-by: Lukasz Gemborowski <lukasz.gemborowski@nokia.com>
Reviewed-by: Alexander Sverdlin <alexander.sverdlin@nokia.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Cc: stable@kernel.org
2016-07-06 00:33:49 +09:00
..
Kconfig i2c: mux: demux-pinctrl: add driver 2016-02-12 19:16:04 +01:00
Makefile i2c: mux: demux-pinctrl: add driver 2016-02-12 19:16:04 +01:00
i2c-arb-gpio-challenge.c i2c: i2c-arb-gpio-challenge: convert to use an explicit i2c mux core 2016-04-22 14:56:38 +02:00
i2c-demux-pinctrl.c i2c: mux: demux-pinctrl: Clean up sysfs attributes 2016-04-01 13:00:07 +02:00
i2c-mux-gpio.c i2c: mux: relax locking of the top i2c adapter during mux-locked muxing 2016-05-04 22:39:17 +02:00
i2c-mux-pca954x.c i2c: i2c-mux-pca954x: convert to use an explicit i2c mux core 2016-04-22 14:56:40 +02:00
i2c-mux-pca9541.c i2c: i2c-mux-pca9541: convert to use an explicit i2c mux core 2016-04-22 14:56:39 +02:00
i2c-mux-pinctrl.c i2c: mux: relax locking of the top i2c adapter during mux-locked muxing 2016-05-04 22:39:17 +02:00
i2c-mux-reg.c i2c: mux: reg: wrong condition checked for of_address_to_resource return value 2016-07-06 00:33:49 +09:00