Home
last modified time | relevance | path

Searched hist:"95 c761705ef5c2f094c56c4b779e74958246f2aa" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpio/
H A Dgpio-mm-lantiq.cdiff 95c761705ef5c2f094c56c4b779e74958246f2aa Thu Jan 07 17:24:58 CET 2016 Guenter Roeck <linux@roeck-us.net> gpio: mm-lantiq: Do not use gpiochip_get_data() in ltq_mm_save_regs()

Commit 6aa7dbfa2877 ("gpio: mm-lantiq: use gpiochip data pointer") replaces
the use of container_of() with gpiochip_get_data(). However, the data
pointer is not yet set by the time the save_regs function is called.

Fixes: 6aa7dbfa2877 ("gpio: mm-lantiq: use gpiochip data pointer")
Cc: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Cc: John Crispin <blogic@openwrt.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>