[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)
- 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>

No differences found