OSDN Git Service

firmware: vpd: Fix platform driver and device registration/unregistration
authorGuenter Roeck <linux@roeck-us.net>
Wed, 15 Nov 2017 21:00:45 +0000 (13:00 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Nov 2017 15:57:18 +0000 (16:57 +0100)
commit0631fb8b027f5968c2f5031f0b3ff7be3e4bebcc
tree6018880561ec565324354bf2919a8c9237a5263e
parente4b28b3c3a405b251fa25db58abe1512814a680a
firmware: vpd: Fix platform driver and device registration/unregistration

The driver exit function needs to unregister both platform device and
driver. Also, during registration, register driver first and perform
error checks.

Fixes: 049a59db34eb ("firmware: Google VPD sysfs driver")
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Cc: stable <stable@vger.kernel.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/firmware/google/vpd.c