Re: [PATCH] drm/nouveau: declare constants as unsigned long.

2020-01-01 Thread Wambui Karuga
On Tue, Dec 31, 2019 at 06:53:55PM -0500, Ilia Mirkin wrote: > Probably want ULL for 32-bit arches to be correct here too. > Okay, I can convert them to ULL and send a v2. Thanks, wambui. > On Tue, Dec 31, 2019 at 3:53 PM Wambui Karuga > wrote: > > > > Explicitly declare constants are

Re: [PATCH] drm/nouveau: declare constants as unsigned long.

2019-12-31 Thread Ilia Mirkin
Probably want ULL for 32-bit arches to be correct here too. On Tue, Dec 31, 2019 at 3:53 PM Wambui Karuga wrote: > > Explicitly declare constants are unsigned long to address the following > sparse warnings: > warning: constant is so big it is long > > Signed-off-by: Wambui Karuga > --- >

[PATCH] drm/nouveau: declare constants as unsigned long.

2019-12-31 Thread Wambui Karuga
Explicitly declare constants are unsigned long to address the following sparse warnings: warning: constant is so big it is long Signed-off-by: Wambui Karuga --- drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c | 2 +- drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf108.c | 2 +-