]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ALSA: cs4281: Fix the leftover comment
authorTakashi Iwai <tiwai@suse.de>
Fri, 12 May 2017 09:55:17 +0000 (11:55 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 17 May 2017 05:13:07 +0000 (07:13 +0200)
The comment at endif line was forgotten to be corrected when the
condition was converted to IS_REACHABLE().  Fix it, too.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/cs4281.c

index f870697aca67182dea8896e1bd08f0ab3fa902ab..ee7ba4b0b47b6ef7e1466d5f6c2135ebc73635ff 100644 (file)
@@ -1296,7 +1296,7 @@ static void snd_cs4281_free_gameport(struct cs4281 *chip)
 #else
 static inline int snd_cs4281_create_gameport(struct cs4281 *chip) { return -ENOSYS; }
 static inline void snd_cs4281_free_gameport(struct cs4281 *chip) { }
-#endif /* CONFIG_GAMEPORT || (MODULE && CONFIG_GAMEPORT_MODULE) */
+#endif /* IS_REACHABLE(CONFIG_GAMEPORT) */
 
 static int snd_cs4281_free(struct cs4281 *chip)
 {