Skip to content

Commit

Permalink
Input: kill empty comment in gameport support section of
Browse files Browse the repository at this point in the history
       cs4281 ALSA driver.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Vojtech Pavlik <vojtech@suse.cz>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
  • Loading branch information
Adrian Bunk authored and Dmitry Torokhov committed Jun 1, 2005
1 parent 5d503e5 commit cc2d7ee
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions sound/pci/cs4281.c
Original file line number Diff line number Diff line change
Expand Up @@ -1335,11 +1335,6 @@ static inline int snd_cs4281_create_gameport(cs4281_t *chip) { return -ENOSYS; }
static inline void snd_cs4281_free_gameport(cs4281_t *chip) { }
#endif /* CONFIG_GAMEPORT || (MODULE && CONFIG_GAMEPORT_MODULE) */


/*
*/

static int snd_cs4281_free(cs4281_t *chip)
{
snd_cs4281_free_gameport(chip);
Expand Down

0 comments on commit cc2d7ee

Please sign in to comment.