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)
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>

No differences found