فهرست منبع

[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>
Takashi Iwai 19 سال پیش
والد
کامیت
9879951aa1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      sound/drivers/portman2x4.c

+ 1 - 1
sound/drivers/portman2x4.c

@@ -824,7 +824,7 @@ static int __devexit snd_portman_remove(struct platform_device *pdev)
 
 
 static struct platform_driver snd_portman_driver = {
 static struct platform_driver snd_portman_driver = {
 	.probe  = snd_portman_probe,
 	.probe  = snd_portman_probe,
-	.remove = __dev_exit_p(snd_portman_remove),
+	.remove = __devexit_p(snd_portman_remove),
 	.driver = {
 	.driver = {
 		.name = PLATFORM_DRIVER
 		.name = PLATFORM_DRIVER
 	}
 	}