Re: [PATCH] mfd: omap-usb-host: Remove some unused functions

2015-01-20 Thread Lee Jones
On Sun, 04 Jan 2015, Rickard Strandqvist wrote: > Removes some functions that are not used anywhere: > usbhs_readb() usbhs_writeb() > > This was partially found by using a static code analysis program called > cppcheck. > > Signed-off-by: Rickard Strandqvist > --- >

Re: [PATCH] mfd: omap-usb-host: Remove some unused functions

2015-01-20 Thread Lee Jones
On Sun, 04 Jan 2015, Rickard Strandqvist wrote: Removes some functions that are not used anywhere: usbhs_readb() usbhs_writeb() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se

[PATCH] mfd: omap-usb-host: Remove some unused functions

2015-01-03 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: usbhs_readb() usbhs_writeb() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/mfd/omap-usb-host.c | 10 -- 1 file changed, 10 deletions(-) diff --git

[PATCH] mfd: omap-usb-host: Remove some unused functions

2015-01-03 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: usbhs_readb() usbhs_writeb() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/mfd/omap-usb-host.c | 10 -- 1 file