]> git.karo-electronics.de Git - linux-beck.git/commit
spi: pl022: Remove redundant pinctrl to default state in probe
authorUlf Hansson <ulf.hansson@linaro.org>
Tue, 4 Feb 2014 15:58:51 +0000 (16:58 +0100)
committerMark Brown <broonie@linaro.org>
Tue, 4 Feb 2014 19:17:59 +0000 (19:17 +0000)
commit8535736c27cc4e25b9948d857138315f45b6fa34
treef03f7625684186872e277d2cf3f9491f56b310ce
parent6cac167b826eced25a2756b996a93c6f7833c49b
spi: pl022: Remove redundant pinctrl to default state in probe

The driver core is now taking care of putting our pins into default
state at probe. Thus we can remove the redundant call for it in probe.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/spi-pl022.c