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:
parent
4c268d635f
commit
d701453bd5
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue