OSDN Git Service

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