> -----Original Message----- > From: Greg KH [mailto:[email protected]] > Sent: Tuesday, April 26, 2011 4:58 PM > To: KY Srinivasan > Cc: [email protected]; [email protected]; > [email protected]; Haiyang Zhang; Abhishek Kane (Mindtree > Consulting > PVT LTD); Hank Janssen > Subject: Re: [PATCH 18/25] Staging: hv: Get rid of struct hv_bus > > On Tue, Apr 26, 2011 at 08:23:25PM +0000, KY Srinivasan wrote: > > > > > > > -----Original Message----- > > > From: Greg KH [mailto:[email protected]] > > > Sent: Tuesday, April 26, 2011 3:41 PM > > > To: KY Srinivasan > > > Cc: [email protected]; [email protected]; > > > [email protected]; Haiyang Zhang; Abhishek Kane (Mindtree > Consulting > > > PVT LTD); Hank Janssen > > > Subject: Re: [PATCH 18/25] Staging: hv: Get rid of struct hv_bus > > > > > > On Tue, Apr 26, 2011 at 09:20:35AM -0700, K. Y. Srinivasan wrote: > > > > Now, get rid of struct hv_bus. We will no longer be embedding > > > > struct bus_type. > > > > > > > > Signed-off-by: K. Y. Srinivasan <[email protected]> > > > > Signed-off-by: Haiyang Zhang <[email protected]> > > > > Signed-off-by: Abhishek Kane <[email protected]> > > > > Signed-off-by: Hank Janssen <[email protected]> > > > > --- > > > > drivers/staging/hv/vmbus_drv.c | 33 ++++++++++++++------------------- > > > > 1 files changed, 14 insertions(+), 19 deletions(-) > > > > > > > > > > > > - hv_bus.bus.name = driver_name; > > > > + hv_bus.name = driver_name; > > > > > > Why are you setting the name of the bus again? Shouldn't this line be > > > removed? > > > > You are absolutely right. Since this redundancy was in the existing > > code, should I send you a separate patch to fix this? > > A separate one after this series is fine.
Done; I have sent the patch out. Regards, K. Y _______________________________________________ devel mailing list [email protected] http://driverdev.linuxdriverproject.org/mailman/listinfo/devel
