On Tue, Feb 19, 2008 at 07:15:42PM +0100, Johannes Berg wrote: > drivers/net/wireless/ath5k/base.c: In function ‘ath5k_beacon_update_timers’: > drivers/net/wireless/ath5k/base.c:2186: warning: format ‘%llx’ expects type ‘long long unsigned int’, but argument 5 has type ‘u64’ > drivers/net/wireless/ath5k/base.c:2186: warning: format ‘%llx’ expects type ‘long long unsigned int’, but argument 6 has type ‘u64’ > drivers/net/wireless/ath5k/base.c: In function ‘ath5k_intr’: > drivers/net/wireless/ath5k/base.c:2446: warning: format ‘%llx’ expects type ‘long long unsigned int’, but argument 7 has type ‘u64’ > drivers/net/wireless/ath5k/debug.c: In function ‘read_file_tsf’: > drivers/net/wireless/ath5k/debug.c:203: warning: format ‘%016llx’ expects type ‘long long unsigned int’, but argument 4 has type ‘u64’ > drivers/net/wireless/ath5k/debug.c: In function ‘read_file_beacon’: > drivers/net/wireless/ath5k/debug.c:274: warning: format ‘%016llx’ expects type ‘long long unsigned int’, but argument 4 has type ‘u64’ > > please fix by appropriate casts to unsigned long long. Dave M. posted a fix, I'll send it with the next batch. -- John W. Linville linville@xxxxxxxxxxxxx - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html