Searched hist:"68792 e2a1989bf34a9498356c3e3cc70b9231df2" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/spi/ |
H A D | spi-bcm63xx.c | diff 68792e2a1989bf34a9498356c3e3cc70b9231df2 Tue Mar 12 00:13:46 CET 2013 Jonas Gorski <jogo@openwrt.org> spi/bcm63xx: inline hz usage in bcm63xx_spi_setup_transfer
bcm63xx_spi_setup_transfer is called from only one place, and that has t always set, to hz will always be t->speed_hz - just use it directly in the two places instead of moving it in a local variable.
Signed-off-by: Jonas Gorski <jogo@openwrt.org> Acked-by: Florian Fainelli <florian@openwrt.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
|