]> bbs.cooldavid.org Git - net-next-2.6.git/commit
scsi: a4000 - Correct driver unregistration in case of failure
authorGeert Uytterhoeven <geert@linux-m68k.org>
Thu, 9 Apr 2009 19:22:42 +0000 (21:22 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Wed, 22 Apr 2009 18:39:06 +0000 (20:39 +0200)
commit2d138ae09935cec055f65d18300727a7a46d92b9
tree696c1e18aed030c6d344e66655469f5efe099c94
parent091069740304c979f957ceacec39c461d0192158
scsi: a4000 - Correct driver unregistration in case of failure

commit 7a192ec334cab9fafe3a8665a65af398b0e24730 ("platform driver: fix
incorrect use of 'platform_bus_type' with 'struct device_driver') turned a
driver_UNregister into platform_driver_REGISTER. Correct this to
platform_driver_UNregister.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
drivers/scsi/a4000t.c