Re: [PATCH] [media] usb: as102: as10x_cmd_cfg: Remove unused function

2015-05-05 Thread Mauro Carvalho Chehab
Em Mon, 12 Jan 2015 00:05:10 +0100 Rickard Strandqvist escreveu: > Remove the function as10x_cmd_eLNA_change_mode() that is not used anywhere. > > This was partially found by using a static code analysis program called > cppcheck. The fix here should add support for it, as the DVB core now sup

[PATCH] [media] usb: as102: as10x_cmd_cfg: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function as10x_cmd_eLNA_change_mode() 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/usb/as102/as10x_cmd.h |1 - drivers/media/usb/as102/as10x_cmd_cfg.c | 49