[PATCH] irda: donauboe fixes, cleanups
authorJeff Garzik <jeff@garzik.org>
Tue, 10 Oct 2006 05:40:55 +0000 (01:40 -0400)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 10 Oct 2006 23:29:37 +0000 (16:29 -0700)
commit15e541feb340bc2a4caaf707ee5ad71a47fdd068
tree89c77fe53af13183b63745667269b748dca628db
parent3c693024cffa5c96a20b969f4efd058675e7700f
[PATCH] irda: donauboe fixes, cleanups

- fix: toshoboe_invalid_dev() was recently removed, but not all callers
  were updated, causing the obvious linker error.  Remove caller,
  because the check (like the one removed) isn't used.

- fix: propagate request_irq() return value

- cleanup: remove void* casts

- cleanup: remove impossible ASSERTs

Signed-off-by: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/net/irda/donauboe.c