]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] it913x-fe: use ARRAY_SIZE() as a cleanup
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 14 Aug 2012 05:51:20 +0000 (02:51 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 15 Aug 2012 21:47:10 +0000 (18:47 -0300)
commit5359805193dc83e1aab2f8e230d57c649363c5c5
treeeaecebf44e6a9f64e6a96b7b6519fac289a3c4b6
parent3bfb41001da5740b1c65ff537dfbff5904a4915d
[media] it913x-fe: use ARRAY_SIZE() as a cleanup

This code looks suspicious, but it turns out that "nv" is an array of u8
so sizeof() is the same as ARRAY_SIZE().  Using ARRAY_SIZE() is more
readable though.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Cc: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb-frontends/it913x-fe.c