summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/fb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/tegra/fb.c')
-rw-r--r--drivers/video/tegra/fb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/tegra/fb.c b/drivers/video/tegra/fb.c
index b64c4bb6bb97..a28ba561477c 100644
--- a/drivers/video/tegra/fb.c
+++ b/drivers/video/tegra/fb.c
@@ -425,10 +425,10 @@ static int tegra_fb_set_windowattr(struct tegra_fb_info *tegra_fb,
win->out_h = flip_win->attr.out_h;
WARN_ONCE(win->out_x >= xres,
- "%s:application window x offset exceeds display width(%d)\n",
+ "%s:application window x offset(%d) exceeds display width(%d)\n",
dev_name(&win->dc->ndev->dev), win->out_x, xres);
WARN_ONCE(win->out_y >= yres,
- "%s:application window y offset exceeds display height(%d)\n",
+ "%s:application window y offset(%d) exceeds display height(%d)\n",
dev_name(&win->dc->ndev->dev), win->out_y, yres);
WARN_ONCE(win->out_x + win->out_w > xres && win->out_x < xres,
"%s:application window width(%d) exceeds display width(%d)\n",