Merge branch 'submit1' of viper:/spare/repo/irq-remove-2.6 into irqcleanups

This commit is contained in:
Jeff Garzik
2006-10-06 15:27:31 -04:00
74 changed files with 106 additions and 329 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ static int __init snd_gusmax_detect(struct snd_gus_card * gus)
static irqreturn_t snd_gusmax_interrupt(int irq, void *dev_id)
{
struct snd_gusmax *maxcard = (struct snd_gusmax *) dev_id;
struct snd_gusmax *maxcard = dev_id;
int loop, max = 5;
int handled = 0;
+1 -1
View File
@@ -301,7 +301,7 @@ static int __devinit snd_interwave_detect(struct snd_interwave *iwcard,
static irqreturn_t snd_interwave_interrupt(int irq, void *dev_id)
{
struct snd_interwave *iwcard = (struct snd_interwave *) dev_id;
struct snd_interwave *iwcard = dev_id;
int loop, max = 5;
int handled = 0;