dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/sound/isa/gus
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 Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
gus_dma.c [ALSA] semaphore -> mutex (ISA part) 2006-03-22 10:25:03 +01:00
gus_dram.c [ALSA] Remove xxx_t typedefs: ISA GUS 2006-01-03 12:18:27 +01:00
gus_instr.c [ALSA] Remove xxx_t typedefs: ISA GUS 2006-01-03 12:18:27 +01:00
gus_io.c [ALSA] Remove xxx_t typedefs: ISA GUS 2006-01-03 12:18:27 +01:00
gus_irq.c IRQ: Maintain regs pointer globally rather than passing to IRQ handlers 2006-10-05 15:10:12 +01:00
gus_main.c [PATCH] irq-flags: sound: Use the new IRQF_ constants 2006-07-02 13:58:54 -07:00
gus_mem.c [ALSA] Remove unneeded read/write_size fields in proc text ops 2006-06-22 21:33:09 +02:00
gus_mem_proc.c [ALSA] gus: Use SEEK_{SET,CUR,END} instead of hardcoded values 2006-09-23 10:47:52 +02:00
gus_mixer.c [ALSA] Remove xxx_t typedefs: ISA GUS 2006-01-03 12:18:27 +01:00
gus_pcm.c [ALSA] Fix gus_pcm dereference before NULL 2006-03-22 10:39:25 +01:00
gus_reset.c [ALSA] Remove xxx_t typedefs: ISA GUS 2006-01-03 12:18:27 +01:00
gus_sample.c [ALSA] Remove xxx_t typedefs: ISA GUS 2006-01-03 12:18:27 +01:00
gus_simple.c [ALSA] Remove xxx_t typedefs: ISA GUS 2006-01-03 12:18:27 +01:00
gus_synth.c [ALSA] add more sequencer port type information bits 2006-06-22 21:33:18 +02:00
gus_tables.h [ALSA] sound/isa/: cleanups 2005-05-29 10:11:38 +02:00
gus_timer.c [ALSA] Remove xxx_t typedefs: ISA GUS 2006-01-03 12:18:27 +01:00
gus_uart.c [ALSA] Remove xxx_t typedefs: ISA GUS 2006-01-03 12:18:27 +01:00
gus_volume.c [ALSA] Remove xxx_t typedefs: ISA GUS 2006-01-03 12:18:27 +01:00
gusclassic.c [ALSA] unregister platform device again if probe was unsuccessful 2006-04-12 11:55:32 +02:00
gusextreme.c [ALSA] make sound/isa/gus/gusextreme.c:devices static 2006-07-12 20:08:12 +02:00
gusmax.c Various drivers' irq handlers: kill dead code, needless casts 2006-10-06 15:00:58 -04:00
interwave-stb.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
interwave.c Various drivers' irq handlers: kill dead code, needless casts 2006-10-06 15:00:58 -04:00