]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
firmware: vpd: Destroy vpd sections in remove function
authorGuenter Roeck <linux@roeck-us.net>
Wed, 15 Nov 2017 21:00:43 +0000 (13:00 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Nov 2017 15:57:18 +0000 (16:57 +0100)
commit811d7e0215fb738fb9a9f0bcb1276516ad161ed1
treeb64c0d95cd9748e13ed87490031b5281f1ff5533
parent297d6b6e56c2977fc504c61bbeeaa21296923f89
firmware: vpd: Destroy vpd sections in remove function

vpd sections are initialized during probe and thus should be destroyed
in the remove function.

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