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:
ba5d47c
)
net/irda: sh_sir: Modify iounmap wrong execution
author
Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com>
Mon, 5 Apr 2010 18:43:18 +0000
(18:43 +0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 7 Apr 2010 02:50:21 +0000
(19:50 -0700)
On sh_sir_probe function, there was a possibility that
iounmap is executed even though self->membase was NULL when error case.
This patch modify it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found