Explorar el Código

Merge branch 'topic/misc' into for-linus

Takashi Iwai hace 15 años
padre
commit
0e49887703
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      sound/isa/opti9xx/opti92x-ad1848.c

+ 2 - 1
sound/isa/opti9xx/opti92x-ad1848.c

@@ -217,8 +217,9 @@ static int __devinit snd_opti9xx_init(struct snd_opti9xx *chip,
 	if (isapnp && chip->mc_base)
 		/* PnP resource gives the least 10 bits */
 		chip->mc_base |= 0xc00;
+	else
 #endif	/* CONFIG_PNP */
-	else {
+	{
 		chip->mc_base = 0xf8c;
 		chip->mc_base_size = opti9xx_mc_size[hardware];
 	}