Re: [PATCH] Fix powerpc vio_find_name to not use devices_subsys

2008-01-26 Thread Greg KH
On Sun, Jan 27, 2008 at 11:45:30AM +1100, Paul Mackerras wrote: > This fixes vio_find_name() in arch/powerpc/kernel/vio.c, which is > currently broken because it tries to use devices_subsys. That is bad > for two reasons: (1) it's doing (or trying to do) a scan of all > devices when it should

[PATCH] Fix powerpc vio_find_name to not use devices_subsys

2008-01-26 Thread Paul Mackerras
This fixes vio_find_name() in arch/powerpc/kernel/vio.c, which is currently broken because it tries to use devices_subsys. That is bad for two reasons: (1) it's doing (or trying to do) a scan of all devices when it should only be scanning those on the vio bus, and (2) devices_subsys was an

[PATCH] Fix powerpc vio_find_name to not use devices_subsys

2008-01-26 Thread Paul Mackerras
This fixes vio_find_name() in arch/powerpc/kernel/vio.c, which is currently broken because it tries to use devices_subsys. That is bad for two reasons: (1) it's doing (or trying to do) a scan of all devices when it should only be scanning those on the vio bus, and (2) devices_subsys was an