diff options
author | Varka Bhadram | 2015-04-07 18:04:40 +0200 |
---|---|---|
committer | Linus Walleij | 2015-04-08 16:54:01 +0200 |
commit | c4941e072ed5ac1aaad7365ba1290fdd44e7058c (patch) | |
tree | 93a4830f439c3532eb713e34ec39f2b0fcc961a6 /drivers/gpio/gpio-pxa.c | |
parent | gpio: mvebu: Fix mask/unmask managment per irq chip type (diff) | |
download | kernel-qcow2-linux-c4941e072ed5ac1aaad7365ba1290fdd44e7058c.tar.gz kernel-qcow2-linux-c4941e072ed5ac1aaad7365ba1290fdd44e7058c.tar.xz kernel-qcow2-linux-c4941e072ed5ac1aaad7365ba1290fdd44e7058c.zip |
gpio: removing kfree remove functionality
commit 3de07e5aaf290a0b58919 ("drivers: gpio: use devm_kzalloc")
introduce devm_kzalloc() for allocating the memory. In this case kfree
is not required to use. Above commit id introduced the bug that kfree
is not removed from the remove function.
This patch fix the above bug.
Signed-off-by: Varka Bhadram <varkab@cdac.in>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-pxa.c')
0 files changed, 0 insertions, 0 deletions