Re: [PATCH 1/3] drm/lima: Mark 64-bit number as ULL to silence Smatch warning

2019-06-19 Thread Qiang Yu
Looks good for me, patch is: Reviewed-by: Qiang Yu I'll apply it to drm-misc-next. Regards, Qiang On Wed, Jun 19, 2019 at 2:55 AM Krzysztof Kozlowski wrote: > > Mark long numbers with ULL to silence the Smatch warning: > > drivers/gpu/drm/lima/lima_device.c:314:32: warning: constant 0x1000

[PATCH 1/3] drm/lima: Mark 64-bit number as ULL to silence Smatch warning

2019-06-18 Thread Krzysztof Kozlowski
Mark long numbers with ULL to silence the Smatch warning: drivers/gpu/drm/lima/lima_device.c:314:32: warning: constant 0x1 is so big it is long long Signed-off-by: Krzysztof Kozlowski --- drivers/gpu/drm/lima/lima_vm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff