Re: [PATCH] media: dvb-frontends: Remove unused SIZEOF_ARRAY

2013-09-05 Thread Sakari Ailus
On Sat, Aug 31, 2013 at 09:31:07PM +0200, Christoph Jaeger wrote: > SIZEOF_ARRAY is not used (anymore). Besides, ARRAY_SIZE, defined in > include/linux/kernel.h, should be used rather than explicitly coding some > variant of it. > > Signed-off-by: Christoph Jaeger Reviewed-by: Sakari Ailus --

[PATCH] media: dvb-frontends: Remove unused SIZEOF_ARRAY

2013-08-31 Thread Christoph Jaeger
SIZEOF_ARRAY is not used (anymore). Besides, ARRAY_SIZE, defined in include/linux/kernel.h, should be used rather than explicitly coding some variant of it. Signed-off-by: Christoph Jaeger --- drivers/media/dvb-frontends/drxd_hard.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/