projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa8f878
)
[ALSA] Fix a typo in __dev* changes in portman2x4.c
author
Takashi Iwai
<tiwai@suse.de>
Tue, 13 Feb 2007 14:53:22 +0000
(15:53 +0100)
committer
Jaroslav Kysela
<perex@suse.cz>
Wed, 14 Feb 2007 07:38:35 +0000
(08:38 +0100)
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>
sound/drivers/portman2x4.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/drivers/portman2x4.c
b/sound/drivers/portman2x4.c
index b43d4c96ed198ec2d3e028bd087f5ac97530b6e6..b2d0ba4bd184073ad5b07fa2a2f25a7c81d1cc1a 100644
(file)
--- a/
sound/drivers/portman2x4.c
+++ b/
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 = {
.probe = snd_portman_probe,
- .remove = __dev
_
exit_p(snd_portman_remove),
+ .remove = __devexit_p(snd_portman_remove),
.driver = {
.name = PLATFORM_DRIVER
}