media: mediatek: vcodec: Improve an error message
authorDan Carpenter <dan.carpenter@linaro.org>
Wed, 14 Jun 2023 13:19:41 +0000 (16:19 +0300)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Tue, 25 Jul 2023 07:44:26 +0000 (09:44 +0200)
commit251301e2832cdd5a9660d58c9f58aca4dfd604cb
tree0b760f78a5672aa0d7be3308a916dfa6374302ad
parentb19c347b123cd68d6208474194947bdb6dbc1227
media: mediatek: vcodec: Improve an error message

This is intended to print the error code but there is a typo so it
prints IS_ERR() instead of PTR_ERR().

Fixes: 77f3b023f452 ("media: mediatek: vcodec: Add debugfs interface to get debug information")
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Reviewed-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/media/platform/mediatek/vcodec/mtk_vcodec_dbgfs.c