[PATCH] drm/i915: Fix build failure with debug and extra logging enabled
Tvrtko Ursulin
tvrtko.ursulin at linux.intel.com
Tue Nov 15 14:56:52 UTC 2022
On 15/11/2022 14:39, Janusz Krzysztofik wrote:
> A comma is missing, fix it.
>
> Signed-off-by: Janusz Krzysztofik <janusz.krzysztofik at linux.intel.com>
> ---
> drivers/gpu/drm/i915/i915_vma.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/i915_vma.c b/drivers/gpu/drm/i915/i915_vma.c
> index 3b969d679c1e2..947fde68e5f53 100644
> --- a/drivers/gpu/drm/i915/i915_vma.c
> +++ b/drivers/gpu/drm/i915/i915_vma.c
> @@ -73,7 +73,7 @@ static void vma_print_allocator(struct i915_vma *vma, const char *reason)
> char buf[512];
>
> if (!vma->node.stack) {
> - drm_dbg(&to_i915(vma->obj->base.dev)->drm
> + drm_dbg(&to_i915(vma->obj->base.dev)->drm,
> "vma.node [%08llx + %08llx] %s: unknown owner\n",
> vma->node.start, vma->node.size, reason);
> return;
Yep, thanks, however already sent this morning:
https://patchwork.freedesktop.org/series/110906/. Just waiting for CI to
give it a green light, which is a bit pointless, nevertheless it's the
process.
Regards,
Tvrtko
More information about the dri-devel
mailing list