Re: [PATCH] media: cxusb-analog: Use ARRAY_SIZE for cxusub_medion_pin_config

2019-06-03 Thread Maciej S. Szmigiero
Hi Hans, On 03.06.2019 14:14, Hans Verkuil wrote: > Hi Maciej, > > Thank you for the patch, but I posted a fix for this earlier already: > > https://patchwork.linuxtv.org/patch/56441/ > > I'll drop this patch in favor of the one above. Apologies for not > CC-ing you on my patch, I should have

Re: [PATCH] media: cxusb-analog: Use ARRAY_SIZE for cxusub_medion_pin_config

2019-06-03 Thread Hans Verkuil
Hi Maciej, Thank you for the patch, but I posted a fix for this earlier already: https://patchwork.linuxtv.org/patch/56441/ I'll drop this patch in favor of the one above. Apologies for not CC-ing you on my patch, I should have done that. Regards, Hans On 6/1/19 12:37 AM, Maciej S.

[PATCH] media: cxusb-analog: Use ARRAY_SIZE for cxusub_medion_pin_config

2019-05-31 Thread Maciej S. Szmigiero
Use ARRAY_SIZE for computing element count of cxusub_medion_pin_config array as suggested by the kbuild test robot. Reported-by: kbuild test robot Signed-off-by: Maciej S. Szmigiero --- drivers/media/usb/dvb-usb/cxusb-analog.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git