Re: [PATCH] [POWERPC] Fix rpadlpar pci hotplug driver sysfs usage

2008-05-29 Thread Benjamin Herrenschmidt
On Thu, 2008-05-29 at 21:02 -0700, Jesse Barnes wrote: > On Thursday, May 29, 2008 8:39 pm Benjamin Herrenschmidt wrote: > > When Greg "fixed" the sysfs usage of that driver a while back, he seem > > to have introduced a bug where the quotes are added around the name of > > our specific sysfs files

Re: [PATCH] [POWERPC] Fix rpadlpar pci hotplug driver sysfs usage

2008-05-29 Thread Jesse Barnes
On Thursday, May 29, 2008 8:39 pm Benjamin Herrenschmidt wrote: > When Greg "fixed" the sysfs usage of that driver a while back, he seem > to have introduced a bug where the quotes are added around the name of > our specific sysfs files, thus breaking the user space tool. > > This fixes it. Tested

[PATCH] [POWERPC] Fix rpadlpar pci hotplug driver sysfs usage

2008-05-29 Thread Benjamin Herrenschmidt
When Greg "fixed" the sysfs usage of that driver a while back, he seem to have introduced a bug where the quotes are added around the name of our specific sysfs files, thus breaking the user space tool. This fixes it. Tested DLPAR operations on a POWER6 machine successfully. Signed-off-by: Benjam