All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] drm/panel: Use dev_err_probe() to simplify code
@ 2022-09-29  1:55 Yuan Can
  2022-09-29  1:55 ` [PATCH v2 1/2] drm/panel: panel-edp: " Yuan Can
  2022-09-29  1:55 ` [PATCH v2 2/2] drm/panel: simple: " Yuan Can
  0 siblings, 2 replies; 6+ messages in thread
From: Yuan Can @ 2022-09-29  1:55 UTC (permalink / raw)
  To: dianders, thierry.reding, sam, airlied, daniel, dri-devel; +Cc: yuancan

This series contains two patchs simplify the error handling in probe
function by switching from dev_err() to dev_err_probe().
---
changes in v2:
- simplify the same case in panel_edp_probe
- add Reviewed-by from Douglas Anderson

Yuan Can (2):
  drm/panel: panel-edp: Use dev_err_probe() to simplify code
  drm/panel: simple: Use dev_err_probe() to simplify code

 drivers/gpu/drm/panel/panel-edp.c    | 22 ++++++----------------
 drivers/gpu/drm/panel/panel-simple.c |  9 +++------
 2 files changed, 9 insertions(+), 22 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-09-30  1:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-29  1:55 [PATCH v2 0/2] drm/panel: Use dev_err_probe() to simplify code Yuan Can
2022-09-29  1:55 ` [PATCH v2 1/2] drm/panel: panel-edp: " Yuan Can
2022-09-29 21:06   ` Doug Anderson
2022-09-29  1:55 ` [PATCH v2 2/2] drm/panel: simple: " Yuan Can
2022-09-29 21:08   ` Doug Anderson
2022-09-30  1:10     ` Yuan Can

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.