Re: [PATCH v3 6/8] usb: ulpi: remove "dev" field from struct ulpi_ops

2016-08-17 Thread Heikki Krogerus
On Tue, Aug 16, 2016 at 07:04:51PM +0300, Tal Shorer wrote: > Operations now use ulpi->dev.parent directly instead of via the > ulpi_ops struct, making this field unused. Remove it. > > Signed-off-by: Tal Shorer Acked-by: Heikki Krogerus

Re: [PATCH v3 6/8] usb: ulpi: remove "dev" field from struct ulpi_ops

2016-08-17 Thread Heikki Krogerus
On Tue, Aug 16, 2016 at 07:04:51PM +0300, Tal Shorer wrote: > Operations now use ulpi->dev.parent directly instead of via the > ulpi_ops struct, making this field unused. Remove it. > > Signed-off-by: Tal Shorer Acked-by: Heikki Krogerus Thanks, -- heikki

[PATCH v3 6/8] usb: ulpi: remove "dev" field from struct ulpi_ops

2016-08-16 Thread Tal Shorer
Operations now use ulpi->dev.parent directly instead of via the ulpi_ops struct, making this field unused. Remove it. Signed-off-by: Tal Shorer --- drivers/usb/common/ulpi.c | 1 - include/linux/ulpi/interface.h | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-)

[PATCH v3 6/8] usb: ulpi: remove "dev" field from struct ulpi_ops

2016-08-16 Thread Tal Shorer
Operations now use ulpi->dev.parent directly instead of via the ulpi_ops struct, making this field unused. Remove it. Signed-off-by: Tal Shorer --- drivers/usb/common/ulpi.c | 1 - include/linux/ulpi/interface.h | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git