commit | 15e541feb340bc2a4caaf707ee5ad71a47fdd068 | [log] [tgz] |
---|---|---|
author | Jeff Garzik <jeff@garzik.org> | Tue Oct 10 01:40:55 2006 -0400 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Oct 10 16:29:37 2006 -0700 |
tree | 89c77fe53af13183b63745667269b748dca628db | |
parent | 3c693024cffa5c96a20b969f4efd058675e7700f [diff] |
[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>