spi: simplify call to request_module()
authorMathias Krause <minipli@googlemail.com>
Sat, 31 Aug 2013 18:24:14 +0000 (20:24 +0200)
committerMark Brown <broonie@linaro.org>
Fri, 27 Sep 2013 13:53:52 +0000 (14:53 +0100)
commit70fac17cec347c4013cb8f380c6fe6554a13d884
tree7801a9077e86a170a9f3409f701b7108685bc2f5
parent4a10c2ac2f368583138b774ca41fac4207911983
spi: simplify call to request_module()

request_module() can handle format strings on its own, no need to create
the full module name ourself.

Signed-off-by: Mathias Krause <minipli@googlemail.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/spi.c