pinctrl: stm32: Fix bad function call
authorAlexandre TORGUE <alexandre.torgue@st.com>
Tue, 30 May 2017 14:43:04 +0000 (16:43 +0200)
committerRaspbian kernel package updater <root@raspbian.org>
Sun, 23 Jul 2017 03:08:12 +0000 (03:08 +0000)
commitbd3b9ac829ab8a0ce4e13c904592c5be70bd6982
treeaa7b42089a2f3efec0dc9659783e218ff2cd8fe8
parentfaac3e39870a43c3be6b99169216eedc10a7b5e8
pinctrl: stm32: Fix bad function call

commit b7c747d4627462f25b3daabf49c18895a6722faa upstream.

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: aceb16dc2da5 ("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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/pinctrl/stm32/pinctrl-stm32.c