drm/tilcdc: Correct misspelling in error message

This error message will be printed when a FIFO underflow irq has
triggered. Since this happens sometimes and the error message will be
displayed on the console, it should have a correct spelling.

Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
Signed-off-by: Jyri Sarha <jsarha@ti.com>
This commit is contained in:
Daniel Schultz 2016-10-28 13:52:42 +02:00 committed by Jyri Sarha
parent 4c268d635f
commit d701453bd5
1 changed files with 1 additions and 1 deletions

View File

@ -803,7 +803,7 @@ irqreturn_t tilcdc_crtc_irq(struct drm_crtc *crtc)
}
if (stat & LCDC_FIFO_UNDERFLOW)
dev_err_ratelimited(dev->dev, "%s(0x%08x): FIFO underfow",
dev_err_ratelimited(dev->dev, "%s(0x%08x): FIFO underflow",
__func__, stat);
/* For revision 2 only */