1
0
Fork 0
alistair23-linux/drivers/staging/vt6656
Geert Uytterhoeven aa1e123482 staging/vt6656: Fix too large integer constant warning on 32-bit
drivers/staging/vt6656/card.c: In function ‘CARDqGetNextTBTT’:
drivers/staging/vt6656/card.c:793: warning: integer constant is too large for ‘unsigned long’ type

Commit c7b7cad0d8 ("staging/vt6656: Fix
sparse warning constant 0xffffffff00000000U is so big it is unsigned long")
changed the constant to "0xffffffff00000000UL", but that only works on
64-bit.  Change it "0xffffffff00000000ULL" to fix it for 32-bit, too.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Reviewed-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-03-11 09:53:46 -07:00
..
80211hdr.h staging: vt6656: Remove all commented macros 2012-07-09 12:43:25 -07:00
80211mgr.c staging: vt6656: replaced custom TRUE definition with true 2013-02-15 10:48:24 -08:00
80211mgr.h staging: vt6656: cleared 'do not use C99 // comments' checkpatch errors 2013-02-03 17:30:41 -08:00
Kconfig Staging: vt665?: prevent modules from being built into the kernel. 2011-04-04 21:33:26 -07:00
Makefile staging: vt6656: dead code remove ioctl.c/h 2012-11-26 16:24:16 -08:00
TODO
aes_ccmp.c staging: vt6656: replaced custom TRUE definition with true 2013-02-15 10:48:24 -08:00
aes_ccmp.h staging: vt6656: replace custom BOOL definition with bool 2013-02-15 10:46:44 -08:00
baseband.c staging: vt6656: replaced custom TRUE definition with true 2013-02-15 10:48:24 -08:00
baseband.h staging: vt6656: cleared 'do not use C99 // comments' checkpatch errors 2013-02-03 17:30:41 -08:00
bssdb.c staging: vt6656: replaced custom TRUE definition with true 2013-02-15 10:48:24 -08:00
bssdb.h staging: vt6656: replace custom BOOL definition with bool 2013-02-15 10:46:44 -08:00
card.c staging/vt6656: Fix too large integer constant warning on 32-bit 2013-03-11 09:53:46 -07:00
card.h staging: vt6656: replace custom BOOL definition with bool 2013-02-15 10:46:44 -08:00
channel.c staging: vt6656: replaced custom TRUE definition with true 2013-02-15 10:48:24 -08:00
channel.h staging: vt6656: replace custom BOOL definition with bool 2013-02-15 10:46:44 -08:00
control.c staging: vt6656: channel/control/firmware/int/usbpipe to new structures 2013-01-07 11:13:33 -08:00
control.h staging: vt6656: channel/control/firmware/int/usbpipe to new structures 2013-01-07 11:13:33 -08:00
country.h
datarate.c staging: vt6656: replaced custom TRUE definition with true 2013-02-15 10:48:24 -08:00
datarate.h staging: vt6656: fixed C99 // comments 2013-02-03 17:32:26 -08:00
desc.h staging: vt6656: fixed C99 // comments 2013-02-03 17:32:26 -08:00
device.h staging: vt6656: replace custom BOOL definition with bool 2013-02-15 10:46:44 -08:00
device_cfg.h staging: vt6656: replaced custom TRUE definition with true 2013-02-15 10:48:24 -08:00
dpc.c staging: vt6656: replaced custom TRUE definition with true 2013-02-15 10:48:24 -08:00
dpc.h staging: vt6656: datarate/dpc/hostap/power use new structures. 2013-01-18 12:39:01 -08:00
firmware.c staging: vt6656: replaced custom TRUE definition with true 2013-02-15 10:48:24 -08:00
firmware.h staging: vt6656: channel/control/firmware/int/usbpipe to new structures 2013-01-07 11:13:33 -08:00
hostap.c staging: vt6656: replaced custom TRUE definition with true 2013-02-15 10:48:24 -08:00
hostap.h staging: vt6656: datarate/dpc/hostap/power use new structures. 2013-01-18 12:39:01 -08:00
int.c staging: vt6656: replaced custom TRUE definition with true 2013-02-15 10:48:24 -08:00
int.h Merge 3.8-rc5 into staging-next 2013-01-25 21:25:02 -08:00
iocmd.h staging: vt6656: replace custom BOOL definition with bool 2013-02-15 10:46:44 -08:00
iowpa.h staging: vt6656: Fix inconsistent structure packing 2013-01-17 13:08:32 -08:00
iwctl.c staging: vt6656: replaced custom TRUE definition with true 2013-02-15 10:48:24 -08:00
iwctl.h staging: vt6656: move move all commands to iw_handler. 2012-11-26 16:24:15 -08:00
key.c staging: vt6656: replaced custom TRUE definition with true 2013-02-15 10:48:24 -08:00
key.h staging: vt6656: replace custom BOOL definition with bool 2013-02-15 10:46:44 -08:00
mac.c staging: vt6656: staging: vt6656 change remaining to vnt_mgmt and remove typedef. 2013-01-18 12:39:01 -08:00
mac.h staging: vt6656: change baseband/mac/wcmd/wctl to new structures. 2013-01-07 11:13:14 -08:00
main_usb.c staging: vt6656: Fix oops on resume from suspend. 2013-03-11 09:30:04 -07:00
mib.c staging: vt6656: dead code remove upc.h 2012-11-13 12:45:43 -08:00
mib.h staging: vt6656: dead code byCntMeasure/TKIPCounterMeasuresInvoked 2012-11-13 12:45:43 -08:00
michael.c
michael.h
power.c staging: vt6656: replaced custom TRUE definition with true 2013-02-15 10:48:24 -08:00
power.h staging: vt6656: datarate/dpc/hostap/power use new structures. 2013-01-18 12:39:01 -08:00
rc4.c
rc4.h
rf.c staging: vt6656: replaced custom TRUE definition with true 2013-02-15 10:48:24 -08:00
rf.h staging: vt6656: iwctl/key/rf use new structures. 2013-01-07 11:13:32 -08:00
rndis.h
rxtx.c staging: vt6656: replaced custom TRUE definition with true 2013-02-15 10:48:24 -08:00
rxtx.h staging: vt6656: change bssdb/rxtx/wpa2 to new structures 2013-01-18 12:39:01 -08:00
srom.h
tcrc.c staging "vt6656" Fix typos in comments, and in a printk message. 2012-09-04 14:00:56 -07:00
tcrc.h staging "vt6656" Fix typos in comments, and in a printk message. 2012-09-04 14:00:56 -07:00
tether.c staging: vt6656: replaced custom TRUE definition with true 2013-02-15 10:48:24 -08:00
tether.h staging: vt6656: replace custom BOOL definition with bool 2013-02-15 10:46:44 -08:00
tkip.c staging: vt6656: 64 bit fixes TKIPvMixKey remove unsigned long 2012-11-13 12:51:31 -08:00
tkip.h
tmacro.h
ttype.h staging: vt6656: replaced custom TRUE definition with true 2013-02-15 10:48:24 -08:00
usbpipe.c staging: vt6656: replaced custom TRUE definition with true 2013-02-15 10:48:24 -08:00
usbpipe.h staging: vt6656: channel/control/firmware/int/usbpipe to new structures 2013-01-07 11:13:33 -08:00
vntconfiguration.dat
wcmd.c staging: vt6656: replaced custom TRUE definition with true 2013-02-15 10:48:24 -08:00
wcmd.h staging: vt6656: replace custom BOOL definition with bool 2013-02-15 10:46:44 -08:00
wctl.c staging: vt6656: replaced custom TRUE definition with true 2013-02-15 10:48:24 -08:00
wctl.h staging: vt6656: replace custom BOOL definition with bool 2013-02-15 10:46:44 -08:00
wmgr.c staging: vt6656: replaced custom TRUE definition with true 2013-02-15 10:48:24 -08:00
wmgr.h staging: vt6656: cleanup vnt_manger. 2013-01-18 12:39:02 -08:00
wpa.c staging: vt6656: replaced custom TRUE definition with true 2013-02-15 10:48:24 -08:00
wpa.h staging: vt6656: replace custom BOOL definition with bool 2013-02-15 10:46:44 -08:00
wpa2.c staging: vt6656: replaced custom TRUE definition with true 2013-02-15 10:48:24 -08:00
wpa2.h staging: vt6656: 64bit fixes: vCommandTimerWait change calculation of timer. 2012-11-13 12:51:32 -08:00
wpactl.c staging: vt6656: replaced custom TRUE definition with true 2013-02-15 10:48:24 -08:00
wpactl.h staging: vt6656: channel/control/firmware/int/usbpipe to new structures 2013-01-07 11:13:33 -08:00