[Cbe-oss-dev] [patch 2/2] powerpc: pmi probe device by device-type
Heiko J Schick
info at schihei.de
Tue Apr 24 15:53:58 EST 2007
Acked-by: Heiko J Schick <schickhj at de.ibm.com>
On 23.04.2007, at 20:22, Christian Krafft wrote:
> From: Christian Krafft <krafft at de.ibm.com>
> 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 <krafft at de.ibm.com>
> Signed-off-by: Arnd Bergmann <arnd.bergmann at de.ibm.com>
>
> Index: sdk3/arch/powerpc/sysdev/pmi.c
> ===================================================================
> --- sdk3.orig/arch/powerpc/sysdev/pmi.c
> +++ sdk3/arch/powerpc/sysdev/pmi.c
> @@ -103,6 +103,7 @@ out:
>
> static struct of_device_id pmi_match[] = {
> { .type = "ibm,pmi", .name = "ibm,pmi" },
> + { .type = "ibm,pmi" },
> {},
> };
>
>
>
> --
> Mit freundlichen Gruessen,
> kind regards,
>
> Christian Krafft
> IBM Systems & Technology Group,
> Linux Kernel Development
> IT Specialist
>
>
> Vorsitzender des Aufsichtsrats: Johann Weihen
> Geschaeftsfuehrung: Herbert Kircher
> Sitz der Gesellschaft: Boeblingen
> Registriergericht: Amtsgericht Stuttgart, HRB 243294
>
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev at ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev
More information about the cbe-oss-dev
mailing list