diff options
author | Liu Ying <Ying.Liu@freescale.com> | 2012-03-27 09:37:08 +0800 |
---|---|---|
committer | Justin Waters <justin.waters@timesys.com> | 2012-07-03 16:58:05 -0400 |
commit | e60c439d68922c7032d110246bccf4b80c8b0c97 (patch) | |
tree | 4fb6063780517a0f45e7302fa827f59790b676a1 /drivers/video | |
parent | b75339ab0d5464116ad6e3b8c4eafb9e343f4982 (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; } |