Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4a065f9418274f2d73066f1638b3612341e4f030
Commit:     4a065f9418274f2d73066f1638b3612341e4f030
Parent:     79baf4a60e8aceb2b8a5bed8575885499cb21ce4
Author:     Christian Krafft <[EMAIL PROTECTED]>
AuthorDate: Mon Apr 23 21:35:44 2007 +0200
Committer:  Arnd Bergmann <[EMAIL PROTECTED]>
CommitDate: Mon Apr 23 21:44:40 2007 +0200

    [POWERPC] pmi probe device by device-type
    
    At the moment the pmi device driver is probing for devices with
    a given type and a given name. As there may be devices of
    the same type but with a different name, probing should be
    done also for device type only.
    
    Signed-off-by: Christian Krafft <[EMAIL PROTECTED]>
    Signed-off-by: Arnd Bergmann <[EMAIL PROTECTED]>
---
 arch/powerpc/sysdev/pmi.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/sysdev/pmi.c b/arch/powerpc/sysdev/pmi.c
index 0b53fed..05db1f9 100644
--- a/arch/powerpc/sysdev/pmi.c
+++ b/arch/powerpc/sysdev/pmi.c
@@ -118,6 +118,7 @@ out:
 
 static struct of_device_id pmi_match[] = {
        { .type = "ibm,pmi", .name = "ibm,pmi" },
+       { .type = "ibm,pmi" },
        {},
 };
 
-
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