Merge branch 'submit1' of viper:/spare/repo/irq-remove-2.6 into irqcleanups
这个提交包含在:
@@ -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;
|
||||
|
||||
|
@@ -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;
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户