Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=70e8992ec771793e18d33d3a6f2247e558baf6ac
Commit:     70e8992ec771793e18d33d3a6f2247e558baf6ac
Parent:     47d46379eb66278107947729e34a833c76dca252
Author:     Dave Jones <[EMAIL PROTECTED]>
AuthorDate: Mon Jul 9 20:23:50 2007 -0400
Committer:  Dave Jones <[EMAIL PROTECTED]>
CommitDate: Mon Jul 9 20:23:50 2007 -0400

    [AGPGART] Hand off AGP maintainence.
    
    Most of the AGP changes recently have been done in lock-step with
    DRM updates, so it's probably easier to have airlied pushing
    AGP changes at the same time he does DRM updates.
    
    [Also remove my name from the boot messages.
     Cautionary tale to others: Never do this, when computers
     don't boot, people assume you're responsible even if 15
     other subsystems initialised after yours. :-) ]
    
    Signed-off-by: Dave Jones <[EMAIL PROTECTED]>
    Signed-off-by: Dave Airlie <[EMAIL PROTECTED]>
---
 MAINTAINERS                |    7 +++----
 drivers/char/agp/backend.c |    2 +-
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4ce895a..cff87ff 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -315,10 +315,9 @@ M: [EMAIL PROTECTED]
 S:     Maintained
 
 AGPGART DRIVER
-P:     Dave Jones
-M:     [EMAIL PROTECTED]
-W:     http://www.codemonkey.org.uk/projects/agp/
-T:     git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
+P:     David Airlie
+M:     [EMAIL PROTECTED]
+T:     git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
 S:     Maintained
 
 AHA152X SCSI DRIVER
diff --git a/drivers/char/agp/backend.c b/drivers/char/agp/backend.c
index ebdd6dd..1b47c89 100644
--- a/drivers/char/agp/backend.c
+++ b/drivers/char/agp/backend.c
@@ -321,7 +321,7 @@ EXPORT_SYMBOL(agp_try_unsupported_boot);
 static int __init agp_init(void)
 {
        if (!agp_off)
-               printk(KERN_INFO "Linux agpgart interface v%d.%d (c) Dave 
Jones\n",
+               printk(KERN_INFO "Linux agpgart interface v%d.%d\n",
                        AGPGART_VERSION_MAJOR, AGPGART_VERSION_MINOR);
        return 0;
 }
-
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