Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9879951a authored by Takashi Iwai's avatar Takashi Iwai Committed by Jaroslav Kysela
Browse files

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



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

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarJaroslav Kysela <perex@suse.cz>
parent fa8f8787
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -824,7 +824,7 @@ static int __devexit snd_portman_remove(struct platform_device *pdev)

static struct platform_driver snd_portman_driver = {
	.probe  = snd_portman_probe,
	.remove = __dev_exit_p(snd_portman_remove),
	.remove = __devexit_p(snd_portman_remove),
	.driver = {
		.name = PLATFORM_DRIVER
	}