commit | 88b4036934b5a6d8cda810487503d2fc4c46d448 | [log] [tgz] |
---|---|---|
author | Bryan Wu <bryan.wu@analog.com> | Mon May 21 18:32:16 2007 +0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon May 21 09:50:24 2007 -0700 |
tree | c3924f200a7d823401678d5ab28d9fd6cc6a3361 | |
parent | 2ac5ee4738cbd9c146ccda53f02006eaf6a43352 [diff] |
Blackfin SPI: cleanup according to David Brownell's review a) platorm_driver_probe(...) instead of platform_driver_register(&driver); b) set bfin_spi_enable and bfin_spi_disable static c) Why is the width flag a u32? d) maybe use dev_dbg() instead of pr_debug() Signed-off-by: Bryan Wu <bryan.wu@analog.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>