[media] drxd_hard: remove unused SIZEOF_ARRAY
authorChristoph Jaeger <christophjaeger@linux.com>
Mon, 30 Sep 2013 16:13:12 +0000 (13:13 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Wed, 2 Oct 2013 09:48:14 +0000 (06:48 -0300)
commit221ff3d0d59bcb20671e3e36b8417b52ca0de89f
tree196fb40060b8ddefa3de9c0ef3d1c36be3e90fb7
parent6894c070e1f23492239a2e5d6777cb1451620bda
[media] drxd_hard: remove unused SIZEOF_ARRAY

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 <christophjaeger@linux.com>
Reviewed-by: Sakari Ailus <sakari.ailus@iki.fi>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/dvb-frontends/drxd_hard.c
This page took 0.027805 seconds and 5 git commands to generate.