mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-04-16 19:34:03 +00:00
Mark long numbers with ULL to silence the Smatch warning:
drivers/gpu/drm/lima/lima_device.c:314:32: warning: constant 0x100000000 is so big it is long long
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
lima_bcast.c | ||
lima_bcast.h | ||
lima_ctx.c | ||
lima_ctx.h | ||
lima_device.c | ||
lima_device.h | ||
lima_dlbu.c | ||
lima_dlbu.h | ||
lima_drv.c | ||
lima_drv.h | ||
lima_gem.c | ||
lima_gem.h | ||
lima_gem_prime.c | ||
lima_gem_prime.h | ||
lima_gp.c | ||
lima_gp.h | ||
lima_l2_cache.c | ||
lima_l2_cache.h | ||
lima_mmu.c | ||
lima_mmu.h | ||
lima_object.c | ||
lima_object.h | ||
lima_pmu.c | ||
lima_pmu.h | ||
lima_pp.c | ||
lima_pp.h | ||
lima_regs.h | ||
lima_sched.c | ||
lima_sched.h | ||
lima_vm.c | ||
lima_vm.h | ||
Makefile |