Re: [PATCH v1] drm/tiny: correctly print `struct resource *` on error

2023-10-12 Thread Thomas Zimmermann
Hi Am 10.10.23 um 19:46 schrieb Joey Gouly: The `res` variable is already a `struct resource *`, don't take the address of it. Fixes incorrect output: simple-framebuffer 9e20dc000.framebuffer: [drm] *ERROR* could not acquire memory range [??? 0x4be88a387d00-0xfefffde0a240

Re: [PATCH v1] drm/tiny: correctly print `struct resource *` on error

2023-10-11 Thread Thomas Zimmermann
Am 10.10.23 um 19:46 schrieb Joey Gouly: The `res` variable is already a `struct resource *`, don't take the address of it. Fixes incorrect output: simple-framebuffer 9e20dc000.framebuffer: [drm] *ERROR* could not acquire memory range [??? 0x4be88a387d00-0xfefffde0a240

[PATCH v1] drm/tiny: correctly print `struct resource *` on error

2023-10-10 Thread Joey Gouly
The `res` variable is already a `struct resource *`, don't take the address of it. Fixes incorrect output: simple-framebuffer 9e20dc000.framebuffer: [drm] *ERROR* could not acquire memory range [??? 0x4be88a387d00-0xfefffde0a240 flags 0x0]: -16 To be correct: