commit | 33d8212c4db350652d3991d60405826373fbfd60 | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Mon Apr 05 18:43:18 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 06 19:50:21 2010 -0700 |
tree | 93fc130e577594b58ad1189ad4e23206bfbf8ad1 | |
parent | ba5d47cf4313e86afe046d402b8cfe7b2bca911d [diff] |
net/irda: sh_sir: Modify iounmap wrong execution 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>