commit | 9c1da3cb46316e40bac766ce45556dc4fd8df3ca | [log] [tgz] |
---|---|---|
author | David Brownell <david-b@pacbell.net> | Sat Jan 21 13:21:43 2006 -0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Feb 06 12:17:17 2006 -0800 |
tree | d2ab578f2601383f39d316dfca0f00d12da21dba | |
parent | 022f7b07bf2b384ece7fbd7edb90e54cd78db252 [diff] |
[PATCH] SPI: spi_butterfly, restore lost deltas This resolves some minor version skew glitches that accumulated for the AVR Butterfly adapter driver, which caused among other things the existence of a duplicate Kconfig entry. Most of it boils down to comment updates, but in one case it removes some now-superfluous code that would be better if not copied into other controller-level drivers. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>