summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/host/host1x/host1x_syncpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/tegra/host/host1x/host1x_syncpt.c')
-rw-r--r--drivers/video/tegra/host/host1x/host1x_syncpt.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/video/tegra/host/host1x/host1x_syncpt.c b/drivers/video/tegra/host/host1x/host1x_syncpt.c
index 00cca103d18f..622c8e049a7b 100644
--- a/drivers/video/tegra/host/host1x/host1x_syncpt.c
+++ b/drivers/video/tegra/host/host1x/host1x_syncpt.c
@@ -74,10 +74,9 @@ static u32 t20_syncpt_update_min(struct nvhost_syncpt *sp, u32 id)
if (!nvhost_syncpt_check_max(sp, id, live)) {
dev_err(&syncpt_to_dev(sp)->pdev->dev,
- "%s failed: id=%u, min=%d, max=%d\n",
+ "%s failed: id=%u\n",
__func__,
- id, atomic_read(&sp->min_val[id]),
- atomic_read(&sp->max_val[id]));
+ id);
nvhost_debug_dump(syncpt_to_dev(sp));
BUG();
}