kernel-fxtec-pro1x/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
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
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
control.h
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
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
iwctl.c staging: vt6656: replaced custom TRUE definition with true 2013-02-15 10:48:24 -08:00
iwctl.h
Kconfig
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
main_usb.c staging: vt6656: Fix oops on resume from suspend. 2013-03-11 09:30:04 -07:00
Makefile
mib.c
mib.h
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
rndis.h
rxtx.c staging: vt6656: replaced custom TRUE definition with true 2013-02-15 10:48:24 -08:00
rxtx.h
srom.h
tcrc.c
tcrc.h
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
tkip.h
tmacro.h
TODO
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
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
wpactl.c staging: vt6656: replaced custom TRUE definition with true 2013-02-15 10:48:24 -08:00
wpactl.h