diff options
author | David Miller <davem@davemloft.net> | 2008-02-15 16:08:59 -0800 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-02-20 20:11:48 -0500 |
commit | 04f93a87a2db84e7214a4ec56fccd2289e973ce5 (patch) | |
tree | 9afb7d4845759a9d1c9e9a92b94a7b3d6183c653 /include | |
parent | b988763857426020e50a19434c8434a1e08e70eb (diff) | |
download | linux-stable-04f93a87a2db84e7214a4ec56fccd2289e973ce5.tar.gz linux-stable-04f93a87a2db84e7214a4ec56fccd2289e973ce5.tar.bz2 linux-stable-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')
0 files changed, 0 insertions, 0 deletions