[ARM] Remove pointless casts from void pointers,

mostly in and around irq handlers.

Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
Jeff Garzik
2007-10-26 05:40:22 -04:00
committed by Russell King
parent e8f2af1775
commit 2a7057e306
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -835,7 +835,7 @@ static struct audio_driver waveartist_audio_driver = {
static irqreturn_t
waveartist_intr(int irq, void *dev_id)
{
wavnc_info *devc = (wavnc_info *)dev_id;
wavnc_info *devc = dev_id;
int irqstatus, status;
spin_lock(&waveartist_lock);