]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Tue, 3 Sep 2013 10:08:13 +0000 (11:08 +0100)
commita7b1b5f092c03104f8d313b06354825b50187179
treeb3e4bc182dec155b6a64859ed6a0173a03eb9582
parente93b07244d6e1d6105df78b6117b00c940006b45
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