Commit 9879951aa1f499e5f9db92f51cd6e7dfb65e78cb

Authored by Takashi Iwai
Committed by Jaroslav Kysela
1 parent fa8f878701

[ALSA] Fix a typo in __dev* changes in portman2x4.c

Fix a typo in the last __dev* changes in portman2x4.c.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

sound/drivers/portman2x4.c
... ... @@ -824,7 +824,7 @@
824 824  
825 825 static struct platform_driver snd_portman_driver = {
826 826 .probe = snd_portman_probe,
827   - .remove = __dev_exit_p(snd_portman_remove),
  827 + .remove = __devexit_p(snd_portman_remove),
828 828 .driver = {
829 829 .name = PLATFORM_DRIVER
830 830 }