summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorDavid Miller2008-02-16 01:08:59 +0100
committerJohn W. Linville2008-02-21 02:11:48 +0100
commit04f93a87a2db84e7214a4ec56fccd2289e973ce5 (patch)
tree9afb7d4845759a9d1c9e9a92b94a7b3d6183c653 /include/linux
parentWDEV, ath5k, don't return int from bool function (diff)
downloadkernel-qcow2-linux-04f93a87a2db84e7214a4ec56fccd2289e973ce5.tar.gz
kernel-qcow2-linux-04f93a87a2db84e7214a4ec56fccd2289e973ce5.tar.xz
kernel-qcow2-linux-04f93a87a2db84e7214a4ec56fccd2289e973ce5.zip
ath5k: Fix build warnings on some 64-bit platforms.
'u64' is not necessarily 'unsigned long long' drivers/net/wireless/ath5k/base.c: In function 'ath5k_beacon_update_timers': drivers/net/wireless/ath5k/base.c:2130: warning: format '%llx' expects type 'long long unsigned int', but argument 4 has type 'u64' drivers/net/wireless/ath5k/base.c:2130: warning: format '%llx' expects type 'long long unsigned int', but argument 5 has type 'u64' drivers/net/wireless/ath5k/base.c: In function 'ath5k_intr': drivers/net/wireless/ath5k/base.c:2391: warning: format '%llx' expects type 'long long unsigned int', but argument 6 has type 'u64' Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions