1
0
Fork 0
alistair23-linux/drivers/sn
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
..
Kconfig [IA64] show "SN Devices" menu only if CONFIG_SGI_SN 2006-02-27 15:06:41 -08:00
Makefile [PATCH] Altix: ioc3 serial support 2006-01-14 18:25:20 -08:00
ioc3.c Various drivers' irq handlers: kill dead code, needless casts 2006-10-06 15:00:58 -04:00
ioc4.c [PATCH] remove devinit from ioc4 pci_driver 2006-06-29 10:26:20 -07:00