git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bfb410
)
[media] it913x-fe: use ARRAY_SIZE() as a cleanup
author
Dan Carpenter
<dan.carpenter@oracle.com>
Tue, 14 Aug 2012 05:51:20 +0000
(
02:51
-0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Wed, 15 Aug 2012 21:47:10 +0000
(18:47 -0300)
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>
No differences found