git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfea603
)
gpio: rcar: NULL dereference on error in probe()
author
Dan Carpenter
<dan.carpenter@oracle.com>
Thu, 7 Nov 2013 07:56:51 +0000
(10:56 +0300)
committer
Linus Walleij
<linus.walleij@linaro.org>
Mon, 25 Nov 2013 08:03:12 +0000
(09:03 +0100)
It's not obvious from the label name but "err1" tries to release
"p->irq_domain" which leads to a NULL dereference.
Fixes:
119f5e448d32
('gpio: Renesas R-Car GPIO driver V3')
Cc: stable@vger.kernel.org
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-rcar.c
patch
|
blob
|
history
diff --cc
drivers/gpio/gpio-rcar.c
Simple merge