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:
88f414f
)
[media] av7110: fix sparse warning
author
Hans Verkuil
<hans.verkuil@cisco.com>
Sat, 13 Dec 2014 11:52:51 +0000
(08:52 -0300)
committer
Mauro Carvalho Chehab
<mchehab@osg.samsung.com>
Tue, 23 Dec 2014 12:33:59 +0000
(10:33 -0200)
drivers/media/pci/ttpci/av7110.c:1226:15: warning: memset with byte count of 192512
Instead of memsetting this in one go, loop over each line and memset each line
separately.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
No differences found