ALSA: cs4281: Fix the leftover comment
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>
This commit is contained in:
parent
a0af56de2c
commit
6670117067
@ -1296,7 +1296,7 @@ static void snd_cs4281_free_gameport(struct cs4281 *chip)
|
|||||||
#else
|
#else
|
||||||
static inline int snd_cs4281_create_gameport(struct cs4281 *chip) { return -ENOSYS; }
|
static inline int snd_cs4281_create_gameport(struct cs4281 *chip) { return -ENOSYS; }
|
||||||
static inline void snd_cs4281_free_gameport(struct cs4281 *chip) { }
|
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)
|
static int snd_cs4281_free(struct cs4281 *chip)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user