Re: [PATCH] staging: rtl8188eu: use %*ph specifier instead of passing direct values

2015-03-08 Thread Mike Krinkin
On Sun, Mar 08, 2015 at 11:23:05AM -0500, Larry Finger wrote: > On 03/08/2015 10:54 AM, Mike Krinkin wrote: > >The %*ph specifier allows to pass a pointer and length instead of > >pushing each byte via stack. The patch converts code to use it. > > > >Signed-off-by: Mike Krinkin > > Why not use %p

Re: [PATCH] staging: rtl8188eu: use %*ph specifier instead of passing direct values

2015-03-08 Thread Larry Finger
On 03/08/2015 10:54 AM, Mike Krinkin wrote: The %*ph specifier allows to pass a pointer and length instead of pushing each byte via stack. The patch converts code to use it. Signed-off-by: Mike Krinkin Why not use %pM as long as you are changing this code? It will format the results in a bet

[PATCH] staging: rtl8188eu: use %*ph specifier instead of passing direct values

2015-03-08 Thread Mike Krinkin
The %*ph specifier allows to pass a pointer and length instead of pushing each byte via stack. The patch converts code to use it. Signed-off-by: Mike Krinkin --- drivers/staging/rtl8188eu/hal/usb_halinit.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/staging/