diff --git a/drivers/gpu/host1x/hw/debug_hw.c b/drivers/gpu/host1x/hw/debug_hw.c index 2cedc2cc..cafe5e81 100644 --- a/drivers/gpu/host1x/hw/debug_hw.c +++ b/drivers/gpu/host1x/hw/debug_hw.c @@ -235,7 +235,7 @@ static void show_channel_gathers(struct output *o, struct host1x_cdma *cdma) &g->base, g->offset, g->words); show_gather(o, g->base + g->offset, g->words, NULL, - g->base, mapped); + g->base, (u32 *)mapped); if (!job->gather_copy_mapped) host1x_bo_munmap(g->bo, mapped);