linux/drivers/spi
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 [PATCH] S3C24XX: hardware SPI driver 2006-05-21 12:59:19 -07:00
Makefile [PATCH] S3C24XX: hardware SPI driver 2006-05-21 12:59:19 -07:00
pxa2xx_spi.c Various drivers' irq handlers: kill dead code, needless casts 2006-10-06 15:00:58 -04:00
spi.c [PATCH] lockdep: annotate on-stack completions 2006-07-03 15:27:09 -07:00
spi_bitbang.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
spi_butterfly.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
spi_mpc83xx.c IRQ: Maintain regs pointer globally rather than passing to IRQ handlers 2006-10-05 15:10:12 +01:00
spi_s3c24xx.c IRQ: Maintain regs pointer globally rather than passing to IRQ handlers 2006-10-05 15:10:12 +01:00
spi_s3c24xx_gpio.c Remove all inclusions of <linux/config.h> 2006-10-04 03:38:54 -04:00