drm/mi0283qt: Avoid spamming logs if probe is deferred
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 21 Apr 2021 16:31:53 +0000 (19:31 +0300)
committerNoralf Trønnes <noralf@tronnes.org>
Tue, 27 Apr 2021 11:14:06 +0000 (13:14 +0200)
commitdb695d191e2306676a5deffe894aa6070f7efb29
tree3e79510359e871b1985987cf997c661ae9efee3a
parent40567e8b64e59a9e47390994a6e3a5b2ad471e37
drm/mi0283qt: Avoid spamming logs if probe is deferred

The GPIO request can fail and probe may be deferred. Thus,
the error message may be printed again and again. Avoid
this by replacing DRM_DEV_ERROR() by dev_err_probe().

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20210421163157.50949-3-andriy.shevchenko@linux.intel.com
drivers/gpu/drm/tiny/mi0283qt.c