Re: [PATCH] usb: gadget: udc: s3c2410_udc.c: Remove some unused functions

2014-12-22 Thread Vasily Khoruzhick
On Sun, Dec 21, 2014 at 1:30 AM, Rickard Strandqvist wrote: > Removes some functions that are not used anywhere: > s3c2410_udc_clear_ep_state() s3c2410_udc_set_ep0_sse_out() > > This was partially found by using a static code analysis program called > cppcheck. Looks OK to me. > Signed-off-by:

Re: [PATCH] usb: gadget: udc: s3c2410_udc.c: Remove some unused functions

2014-12-22 Thread Vasily Khoruzhick
On Sun, Dec 21, 2014 at 1:30 AM, Rickard Strandqvist rickard_strandqv...@spectrumdigital.se wrote: Removes some functions that are not used anywhere: s3c2410_udc_clear_ep_state() s3c2410_udc_set_ep0_sse_out() This was partially found by using a static code analysis program called cppcheck.

[PATCH] usb: gadget: udc: s3c2410_udc.c: Remove some unused functions

2014-12-20 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: s3c2410_udc_clear_ep_state() s3c2410_udc_set_ep0_sse_out() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/usb/gadget/udc/s3c2410_udc.c | 20

[PATCH] usb: gadget: udc: s3c2410_udc.c: Remove some unused functions

2014-12-20 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: s3c2410_udc_clear_ep_state() s3c2410_udc_set_ep0_sse_out() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se ---