diff options
| author | Colin Ian King <colin.king@canonical.com> | 2017-04-11 16:44:19 +0300 |
|---|---|---|
| committer | CK Hu <ck.hu@mediatek.com> | 2017-06-27 12:34:53 +0300 |
| commit | afd89636f1846ec2c340de894dac103cd336fcee (patch) | |
| tree | e9ea7782a7aeb4371d340d5c2288fbdfa6d712bb | |
| parent | 446b8c542f8551b368dab1ff3539beb3aedb5928 (diff) | |
| download | linux-afd89636f1846ec2c340de894dac103cd336fcee.tar.xz | |
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>
| -rw-r--r-- | drivers/gpu/drm/mediatek/mtk_dsi.c | 2 |
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 b5cc6e12334c..97253c8f813b 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; } |
