commit | 7cd4ec55178973822de45ff8f135d62df66c7961 | [log] [tgz] |
---|---|---|
author | Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com> | Mon Dec 01 15:35:27 2014 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Dec 01 15:57:23 2014 -0500 |
tree | 97f896eeb86ccc4f26ef4b64a64184ab4d0e6487 | |
parent | d3762b4060585fd872a4cc1ec515556118a17bd0 [diff] |
wil6210: fix warning in pointer arithmetic 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>