Re: [PATCH v2] USB: OHCI: ohci-s3c2410: remove useless functions

2016-12-01 Thread Alan Stern
On Thu, 1 Dec 2016 csmanjuvi...@gmail.com wrote: > From: Manjunath Goudar > > The ohci_hcd_s3c2410_drv_probe and ohci_hcd_s3c2410_drv_remove > functions are removed as these are useless functions except calling > usb_hcd_s3c2410_probe and usb_hcd_s3c2410_remove

Re: [PATCH v2] USB: OHCI: ohci-s3c2410: remove useless functions

2016-12-01 Thread Alan Stern
On Thu, 1 Dec 2016 csmanjuvi...@gmail.com wrote: > From: Manjunath Goudar > > The ohci_hcd_s3c2410_drv_probe and ohci_hcd_s3c2410_drv_remove > functions are removed as these are useless functions except calling > usb_hcd_s3c2410_probe and usb_hcd_s3c2410_remove functions. > > The