Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit afd89636 authored by Colin Ian King's avatar Colin Ian King Committed by CK Hu
Browse files

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: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarCK Hu <ck.hu@mediatek.com>
parent 446b8c54
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}