[media] staging: lirc_serial: Do not assume error codes returned by request_irq()
authorBen Hutchings <ben@decadent.org.uk>
Wed, 16 Nov 2011 04:54:04 +0000 (01:54 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 24 Nov 2011 20:18:21 +0000 (18:18 -0200)
lirc_serial_probe() must fail if request_irq() returns an error, even if
it isn't EBUSY or EINVAL,

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found