]> git.karo-electronics.de Git - karo-tx-linux.git/commit
serial: sh-sci: Handle request_irq() failures.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 19 Jan 2011 08:30:53 +0000 (17:30 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 19 Jan 2011 08:30:53 +0000 (17:30 +0900)
commit073e84c9320e3fbd26b6a2537c6f592466b25af3
tree38e63dc73d423f0b992bb91d275fd8ff56265595
parentd535a2305facf9b49a65bd412c6deaaf4d4316f2
serial: sh-sci: Handle request_irq() failures.

request_irq() can fail, so actually do something with the error path
instead of blindly ignoring it.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/serial/sh-sci.c