linux/drivers/char/rio
Jeff Garzik c7bec5aba5 Various drivers' irq handlers: kill dead code, needless casts
- Eliminate casts to/from void*

- Eliminate checks for conditions that never occur.  These typically
  fall into two classes:

	1) Checking for 'dev_id == NULL', then it is never called with
	NULL as an argument.

	2) Checking for invalid irq number, when the only caller (the
	system) guarantees the irq handler is called with the proper
	'irq' number argument.

Signed-off-by: Jeff Garzik <jeff@garzik.org>
2006-10-06 15:00:58 -04:00
..
Makefile
board.h
cirrus.h
cmdblk.h
cmdpkt.h
daemon.h
errors.h
func.h Various drivers' irq handlers: kill dead code, needless casts 2006-10-06 15:00:58 -04:00
host.h
link.h
linux_compat.h
map.h
param.h
parmmap.h
pci.h
phb.h
pkt.h
port.h
protsts.h
rio.h
rio_linux.c Various drivers' irq handlers: kill dead code, needless casts 2006-10-06 15:00:58 -04:00
rio_linux.h Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
rioboard.h
rioboot.c
riocmd.c [PATCH] missing readb/readw in rio 2006-05-27 02:27:23 -04:00
rioctrl.c [PATCH] copy_to_user() from iomem is a bad thing 2006-05-27 02:27:15 -04:00
riodrvr.h
rioinfo.h
rioinit.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
riointr.c Various drivers' irq handlers: kill dead code, needless casts 2006-10-06 15:00:58 -04:00
rioioctl.h
rioparam.c
rioroute.c [PATCH] uses of ->Copy() in rioroute are bogus 2006-05-27 02:26:40 -04:00
riospace.h
riotable.c [PATCH] missing readb/readw in rio 2006-05-27 02:27:23 -04:00
riotty.c
route.h
rup.h
unixrup.h