summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-04-11 14:44:19 +0100
committerCK Hu <ck.hu@mediatek.com>2017-06-27 17:34:53 +0800
commitafd89636f1846ec2c340de894dac103cd336fcee (patch)
treee9ea7782a7aeb4371d340d5c2288fbdfa6d712bb /drivers/gpu
parent446b8c542f8551b368dab1ff3539beb3aedb5928 (diff)
downloadop-kernel-dev-afd89636f1846ec2c340de894dac103cd336fcee.zip
op-kernel-dev-afd89636f1846ec2c340de894dac103cd336fcee.tar.gz
drm/mediatek: re-phrase DRM_INFO error message
The current message contains a spelling mistake and is not easily parsable. Re-phrase it to be more understandable. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: CK Hu <ck.hu@mediatek.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/mediatek/mtk_dsi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/mediatek/mtk_dsi.c b/drivers/gpu/drm/mediatek/mtk_dsi.c
index b5cc6e1..97253c8 100644
--- a/drivers/gpu/drm/mediatek/mtk_dsi.c
+++ b/drivers/gpu/drm/mediatek/mtk_dsi.c
@@ -930,7 +930,7 @@ static u32 mtk_dsi_recv_cnt(u8 type, u8 *read_data)
DRM_INFO("type is 0x02, try again\n");
break;
default:
- DRM_INFO("type(0x%x) cannot be non-recognite\n", type);
+ DRM_INFO("type(0x%x) not recognized\n", type);
break;
}
OpenPOWER on IntegriCloud