]> git.karo-electronics.de Git - karo-tx-linux.git/commit
spi/imx: remove redundant config.speed_hz setting
authorHui Wang <jason77.wang@gmail.com>
Fri, 13 Jul 2012 02:51:28 +0000 (10:51 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 13 Jul 2012 10:01:46 +0000 (11:01 +0100)
commit872675df2795389fd47b7a0ad084ba1e91665c87
tree603944c490834170e4c021226ec85daaeb14a108
parent9e9fd65d1fa51d919d54d731be0e66492b5b6c5a
spi/imx: remove redundant config.speed_hz setting

The config.speed_hz is just setted at the two lines ahead of it,
obviously we don't need to copy the code to set the config.speed_hz
again. Remove it for a cleanup.

Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Hui Wang <jason77.wang@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/spi/spi-imx.c