linux-stable/drivers/pinctrl/stm32
Alexandre TORGUE b7c747d462 pinctrl: stm32: Fix bad function call
In stm32_pconf_parse_conf function, stm32_pmx_gpio_set_direction is
called with wrong parameter value. Indeed, using NULL value for range
will raise an oops.

Fixes: aceb16dc2d ("pinctrl: Add STM32 MCUs support")
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2017-06-09 10:51:54 +02:00
..
Kconfig pinctrl: stm32: Add STM32F469 MCU support 2017-04-24 14:26:14 +02:00
Makefile pinctrl: stm32: Add STM32F469 MCU support 2017-04-24 14:26:14 +02:00
pinctrl-stm32.c pinctrl: stm32: Fix bad function call 2017-06-09 10:51:54 +02:00
pinctrl-stm32.h pinctrl: stm32: Remove dependency with DT bindings header files 2016-02-09 10:52:28 +01:00
pinctrl-stm32f429.c pinctrl: stm32: replace device_initcall() with arch_initcall() 2017-04-24 14:21:31 +02:00
pinctrl-stm32f469.c pinctrl: stm32: Add STM32F469 MCU support 2017-04-24 14:26:14 +02:00
pinctrl-stm32f746.c pinctrl: stm32: replace device_initcall() with arch_initcall() 2017-04-24 14:21:31 +02:00
pinctrl-stm32h743.c pinctrl: stm32: replace device_initcall() with arch_initcall() 2017-04-24 14:21:31 +02:00