Re: [PATCH] media: platform: vsp1: vsp1_hsit: Remove unused function

2015-01-02 Thread Laurent Pinchart
Hi Rickard, Thank you for the patch. On Thursday 01 January 2015 18:51:30 Rickard Strandqvist wrote: > Remove the function vsp1_hsit_read() that is not used anywhere. > > This was partially found by using a static code analysis program called > cppcheck. > > Signed-off-by: Rickard Strandqvist

[PATCH] media: platform: vsp1: vsp1_hsit: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function vsp1_hsit_read() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/media/platform/vsp1/vsp1_hsit.c |5 - 1 file changed, 5 deletions(-) diff --git a/drivers/me