diff options
author | Jingoo Han <jg1.han@samsung.com> | 2012-12-18 00:00:57 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-12-18 01:15:16 (GMT) |
commit | 3a1f9462dbdf4d671f2f21290d507d1ae89d141a (patch) | |
tree | df5d0093bd45d4ae4823878ddc0545e68690b1b3 /drivers/video/kyro | |
parent | 3c48d1f2539cf3a42adc5fe4f77950eeb28bef3b (diff) | |
download | linux-3a1f9462dbdf4d671f2f21290d507d1ae89d141a.tar.xz |
drivers/video/backlight/88pm860x_bl.c: drop devm_kfree of devm_kzalloc'd data
devm_kfree() allocates memory that is released when a driver detaches.
Thus, there is no reason to explicitly call devm_kfree() in probe or remove
functions.
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/kyro')
0 files changed, 0 insertions, 0 deletions