diff options
author | Tushar Behera <tushar.behera@linaro.org> | 2012-11-23 13:18:43 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-11-30 11:51:30 +0100 |
commit | 4e1328be4d4e4967d54bf7ae3b0805ec53fc4f91 (patch) | |
tree | 195c32c1474fa064383d3c221c7082d0805f07b7 /drivers/mfd/adp5520.c | |
parent | mfd: wm5102: Mark DSP memory regions as volatile (diff) | |
download | linux-4e1328be4d4e4967d54bf7ae3b0805ec53fc4f91.tar.xz linux-4e1328be4d4e4967d54bf7ae3b0805ec53fc4f91.zip |
mfd: ab8500-core: Fix invalid free of devm_ allocated data
The objects allocated by devm_* APIs are managed by devres and are
freed when the device is detached. Hence there is no need to remove
them explicitly in remove function.
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/adp5520.c')
0 files changed, 0 insertions, 0 deletions