Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9879951aa1f499e5f9db92f51cd6e7dfb65e78cb
Commit:     9879951aa1f499e5f9db92f51cd6e7dfb65e78cb
Parent:     fa8f878701888666c124e21d77bf7f3ba2dd2359
Author:     Takashi Iwai <[EMAIL PROTECTED]>
AuthorDate: Tue Feb 13 15:53:22 2007 +0100
Committer:  Jaroslav Kysela <[EMAIL PROTECTED]>
CommitDate: Wed Feb 14 08:38:35 2007 +0100

    [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 <[EMAIL PROTECTED]>
    Signed-off-by: Jaroslav Kysela <[EMAIL PROTECTED]>
---
 sound/drivers/portman2x4.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/drivers/portman2x4.c b/sound/drivers/portman2x4.c
index b43d4c9..b2d0ba4 100644
--- 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
        }
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to