diff options
author | Liu Ying <Ying.Liu@freescale.com> | 2012-03-27 09:37:08 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-07-20 13:24:31 +0800 |
commit | 61731ae5158d259536af653dc76a560f348ea7d7 (patch) | |
tree | 93b724bdd9d6b5763d15d3de7456371410b5855e /drivers/video | |
parent | 9731c0c833642a05a72f494c3314001368dfa913 (diff) |
ENGR00178031 IPUv3 FB:Fix a typo in a kernel log
This patch fixes a typo in a kernel log.
Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/mxc/mxc_ipuv3_fb.c | 4 |
1 files 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; } |