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:
0170a39
)
[media] go7007: fix invalid use of sizeof in go7007_usb_i2c_master_xfer()
author
Wei Yongjun
<yongjun_wei@trendmicro.com.cn>
Tue, 26 Mar 2013 07:45:11 +0000
(
04:45
-0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Tue, 26 Mar 2013 11:37:46 +0000
(08:37 -0300)
sizeof() when applied to a pointer typed expression gives the
size of the pointer, not that of the pointed data.
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
No differences found