From 8757668df129bcdd53b8a377ff7dc061ecbcee1a Mon Sep 17 00:00:00 2001 From: Liu Ying Date: Tue, 27 Mar 2012 09:37:08 +0800 Subject: [PATCH] ENGR00178031 IPUv3 FB:Fix a typo in a kernel log This patch fixes a typo in a kernel log. Signed-off-by: Liu Ying --- drivers/video/mxc/mxc_ipuv3_fb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/video/mxc/mxc_ipuv3_fb.c b/drivers/video/mxc/mxc_ipuv3_fb.c index 9252537aa7ee..8a37afd211e1 100644 --- a/drivers/video/mxc/mxc_ipuv3_fb.c +++ b/drivers/video/mxc/mxc_ipuv3_fb.c @@ -926,7 +926,7 @@ static int mxcfb_ioctl(struct fb_info *fbi, unsigned int cmd, unsigned long arg) ipu_alp_ch_irq = IPU_IRQ_BG_ALPHA_SYNC_EOF; if (down_timeout(&mxc_fbi->alpha_flip_sem, HZ/2)) { - dev_err(fbi->device, "timeout when waitting for alpha flip irq\n"); + dev_err(fbi->device, "timeout when waiting for alpha flip irq\n"); retval = -ETIMEDOUT; break; } @@ -1322,7 +1322,7 @@ mxcfb_pan_display(struct fb_var_screeninfo *var, struct fb_info *info) } if (down_timeout(&mxc_fbi->flip_sem, HZ/2)) { - dev_err(info->device, "timeout when waitting for flip irq\n"); + dev_err(info->device, "timeout when waiting for flip irq\n"); return -ETIMEDOUT; } -- 2.39.5