]> asedeno.scripts.mit.edu Git - linux.git/commit
pinctrl: stm32: remove useless check
authorAlexandre TORGUE <alexandre.torgue@st.com>
Wed, 31 May 2017 09:10:43 +0000 (11:10 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 9 Jun 2017 08:03:23 +0000 (10:03 +0200)
commitb8bfcb09a49d640a45268ad70651cef61b99b65d
treee228b4b3d90088f1060e8f9d4ae83074dbd321a4
parent6c9dc8435765603041d230f7f31326ff592dfefe
pinctrl: stm32: remove useless check

There is no link between the number of elements of tab which contains all
pin desc (located in each pinctrl-stm32xxxx.c files) and the pin number
(defined in the tab).

Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/stm32/pinctrl-stm32.c