[PATCH] spi: remove return in spi_unregister_driver()
authorBen Dooks <ben@fluff.org>
Mon, 12 Feb 2007 08:52:43 +0000 (00:52 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 12 Feb 2007 17:48:31 +0000 (09:48 -0800)
commitddc1e9753106cedcca7944d2b068baa2e14640b1
tree6482b83f8f8bf7b0bd017c8101b47492fcd5e3ba
parent14fd9b3f8a0a36e706d144efcd579805a99de594
[PATCH] spi: remove return in spi_unregister_driver()

Make the spi_unregister_driver() code fit in with the rest of the header
file, and only do the action if the driver passed is non-NULL.

This also makes the code a line smaller.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/spi/spi.h