Skip to content

Commit

Permalink
[ALSA] Fix a typo in __dev* changes in portman2x4.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Feb 14, 2007
1 parent fa8f878 commit 9879951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/drivers/portman2x4.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 9879951

Please sign in to comment.