commit | f8817c9ea1f44aca9f342c6a314da4eb64ba0cb4 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Sat Mar 01 10:51:36 2014 -0300 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Tue Mar 11 15:54:49 2014 -0300 |
tree | 5251db26bd02facb5a62bfb3ead92ed9bd5cf0d6 | |
parent | 46b35083ce24c1a2a721df605815978f75ca3b66 [diff] |
[media] av7110_hw: fix a sanity check in av7110_fw_cmd() ARRAY_SIZE(buf) (8 elements) was intended instead of sizeof(buf) (16 bytes). But this is just a sanity check and the callers always pass valid values so this doesn't cause a problem. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>