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:
d3762b4
)
wil6210: fix warning in pointer arithmetic
author
Vladimir Kondratiev
<qca_vkondrat@qca.qualcomm.com>
Mon, 1 Dec 2014 13:35:27 +0000
(15:35 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 1 Dec 2014 20:57:23 +0000
(15:57 -0500)
In some compilation environments, result of pointer arithmetic interpreted as int
while in others it is long int. Force conversion to long.
Signed-off-by: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found