Re: [PATCH V7 02/11] USB: f81232: add preparatory functions

2015-02-25 Thread Johan Hovold
On Tue, Feb 24, 2015 at 06:16:17PM +0800, Peter Hung wrote: > We add f81232_get_register()/f81232_set_register() and necessary defines > for future patch with communication with F81232 USB control endpoint. > > Because of this is a preparatory patch, there are unused function warning > with compili

[PATCH V7 02/11] USB: f81232: add preparatory functions

2015-02-24 Thread Peter Hung
We add f81232_get_register()/f81232_set_register() and necessary defines for future patch with communication with F81232 USB control endpoint. Because of this is a preparatory patch, there are unused function warning with compiling. The functions will used with following patches. Signed-off-by: P