Re: [PATCH -next] drm: simpledrm: print resource info using '%pr'

2021-05-13 Thread Thomas Zimmermann
Hi Am 13.05.21 um 01:34 schrieb Randy Dunlap: struct resource start and end fields are not always long long, so using %llx to print them can cause build warnings (below). Fix these by using the special "%pr" for printing struct resource info. ../drivers/gpu/drm/tiny/simpledrm.c: In function ‘si

[PATCH -next] drm: simpledrm: print resource info using '%pr'

2021-05-12 Thread Randy Dunlap
struct resource start and end fields are not always long long, so using %llx to print them can cause build warnings (below). Fix these by using the special "%pr" for printing struct resource info. ../drivers/gpu/drm/tiny/simpledrm.c: In function ‘simpledrm_device_init_mm’: ../include/drm/drm_print