]> git.baikalelectronics.ru Git - kernel.git/commit
firmware: vpd: do not leave freed section attributes to the list
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 24 May 2017 00:07:41 +0000 (17:07 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 May 2017 13:37:16 +0000 (15:37 +0200)
commit3468b19d4aae2d791a96eaedf5a4b3c7bc33b35f
treebea547500eb636e5014e7a55c19746fcd2fd0534
parente206a355d47505933f3b87154e86b8e2ca62e09e
firmware: vpd: do not leave freed section attributes to the list

We should only add section attribute to the list of section attributes
if we successfully created corresponding sysfs attribute.

Fixes: ecc77278d73c ("firmware: Google VPD sysfs driver")
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Reviewed-by: Guenter Roeck <groeck@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/firmware/google/vpd.c