summaryrefslogtreecommitdiff
path: root/drivers/video/mvf/mvffb_nec_wqvga.c
diff options
context:
space:
mode:
authorJustin Waters <justin.waters@timesys.com>2012-08-15 13:33:02 -0400
committerJustin Waters <justin.waters@timesys.com>2012-08-15 13:33:02 -0400
commitb362985a65dd94bf9e84e6c382e3c5c89af42605 (patch)
tree7907ada0fdb21488bf725ad37d5a48ff4f665ddd /drivers/video/mvf/mvffb_nec_wqvga.c
parent101eca5af60e95bae2ba642ef93681bb184107bc (diff)
parentec9e7b555c1fe8565f3fc5c6f9d41c4cb230bba5 (diff)
Merge remote-tracking branch 'github/fb_development' into 3.0-vybrid0.9
Diffstat (limited to 'drivers/video/mvf/mvffb_nec_wqvga.c')
-rw-r--r--drivers/video/mvf/mvffb_nec_wqvga.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/mvf/mvffb_nec_wqvga.c b/drivers/video/mvf/mvffb_nec_wqvga.c
index 82d8ff371aa5..c544cc3335db 100644
--- a/drivers/video/mvf/mvffb_nec_wqvga.c
+++ b/drivers/video/mvf/mvffb_nec_wqvga.c
@@ -48,7 +48,7 @@ static int lcdif_init(struct mvf_dispdrv_handle *disp,
struct fb_videomode *modedb = lcdif_modedb;
int modedb_sz = lcdif_modedb_sz;
- printk("lcd-if: init called with dcu = %d!!\n", plat_data->dcu_id);
+ printk("lcd-if: init called with dcu = %d\n", plat_data->dcu_id);
printk("The pixel clock in modedb, picosecs = %ld, HZ = %ld\n", KHZ2PICOS(10870), ((PICOS2KHZ(91996)) * 1000UL));
/* use platform defined dcu */
@@ -90,7 +90,7 @@ static int mvf_lcdif_probe(struct platform_device *pdev)
{
int ret = 0;
struct mvf_lcdif_data *lcdif;
- printk("lcdif: probe called!!!\n");
+ printk("lcdif: probe called.\n");
lcdif = kzalloc(sizeof(struct mvf_lcdif_data), GFP_KERNEL);
if (!lcdif) {