commit | 02745f63443c08b9b82ab2d654a0f5fc3699e586 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Tue Mar 26 04:45:11 2013 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Tue Mar 26 08:37:46 2013 -0300 |
tree | 2b15134d74a6e8575d4e083dd017de5e53538182 | |
parent | 0170a39b69ae65fffb40bd162730e3de2b87c835 [diff] |
[media] go7007: fix invalid use of sizeof in go7007_usb_i2c_master_xfer() 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>