Re: [PATCH v3 5/8] usb: ulpi: rename operations {read|write}_dev to simply {read|write}

2016-08-17 Thread Heikki Krogerus
On Tue, Aug 16, 2016 at 07:04:50PM +0300, Tal Shorer wrote: > With the removal of the old {read|write} operations, we can now safely > rename the new api operations {read|write}_dev to use the shorter and > clearer names {read|write}, respectively. > > Signed-off-by: Tal Shorer

[PATCH v3 5/8] usb: ulpi: rename operations {read|write}_dev to simply {read|write}

2016-08-16 Thread Tal Shorer
With the removal of the old {read|write} operations, we can now safely rename the new api operations {read|write}_dev to use the shorter and clearer names {read|write}, respectively. Signed-off-by: Tal Shorer --- drivers/usb/common/ulpi.c | 4 ++--