drm/st7735r: Avoid spamming logs if probe is deferred
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 21 Apr 2021 16:31:51 +0000 (19:31 +0300)
committerNoralf Trønnes <noralf@tronnes.org>
Tue, 27 Apr 2021 11:13:46 +0000 (13:13 +0200)
commita3204e2e16cc683f6152c8a14316c5282fb620e5
treeadfec63574f4fd2358019b6cab3d5a9919fd464d
parent6dd7efc437611db16d432e0030f72d0c7e890127
drm/st7735r: 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-1-andriy.shevchenko@linux.intel.com
drivers/gpu/drm/tiny/st7735r.c