]> git.baikalelectronics.ru Git - kernel.git/commit
edd: fix possible memory leak in edd_init() error path
authorAxel Lin <axel.lin@gmail.com>
Tue, 10 Aug 2010 00:20:56 +0000 (17:20 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 10 Aug 2010 03:45:09 +0000 (20:45 -0700)
commite2ed94b01958da277c664bbad86599d80b712c53
treece5b6e92bab2e8f706ad2c9e08ac826bc5c215a2
parent4471bcb6147ff3716c38b7ba1a09b798556fdf0f
edd: fix possible memory leak in edd_init() error path

The error may happen at any iteration of the for loop, this patch properly
unregisters already registed edd_devices in error path.

[akpm@linux-foundation.org: remove unneeded NULL test]
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Cc: Stephen Hemminger <shemminger@vyatta.com>
Cc: Jens Axboe <jens.axboe@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/firmware/edd.c