summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorPankaj Dabade <pdabade@nvidia.com>2014-08-14 12:20:39 +0530
committerMatthew Pedro <mapedro@nvidia.com>2014-08-18 08:26:26 -0700
commitc47b0a3654c13641b007770d9ba86ce2ee9e9225 (patch)
tree1f0562f0a96caf82cc909e1e1c8c1da5874967a2 /drivers
parentd408b24062050e94102f6dcd1f6011b2a9e5ff87 (diff)
fbcon: Converting benign message to debug print
Making message "Display is GTF capable" as a debug print. Bug 1541801 Change-Id: Ic926057e2ac4f6fc0b85488f642c5cc0c74bda2b Signed-off-by: Pankaj Dabade <pdabade@nvidia.com> Reviewed-on: http://git-master/r/457056 GVS: Gerrit_Virtual_Submit Reviewed-by: Matthew Pedro <mapedro@nvidia.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/video/fbmon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbmon.c b/drivers/video/fbmon.c
index 4abf1692d86d..8d352883e9d4 100644
--- a/drivers/video/fbmon.c
+++ b/drivers/video/fbmon.c
@@ -882,7 +882,7 @@ static void get_monspecs(unsigned char *edid, struct fb_monspecs *specs)
specs->misc |= FB_MISC_1ST_DETAIL;
}
if (c & 0x01) {
- printk(" Display is GTF capable\n");
+ DPRINTK(" Display is GTF capable\n");
specs->gtf = 1;
}
}