OSDN Git Service

drm/probe-helper: Document drm_helper_hpd_irq_event() return value
authorMaxime Ripard <maxime@cerno.tech>
Tue, 14 Sep 2021 10:17:22 +0000 (12:17 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Tue, 28 Sep 2021 10:17:25 +0000 (12:17 +0200)
commit7dad41aac5f3f0c2a8e5fada905f0b52df7c07a7
tree4a03d3402aaa24108e89f3b03db2df3d5961cf65
parentb3ed524f84f573ece1aa2f26e9db3c34a593e0d1
drm/probe-helper: Document drm_helper_hpd_irq_event() return value

The documentation of the drm_helper_hpd_irq_event() function didn't
document the value that function was returning. Add that part as well.

Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20210914101724.266570-1-maxime@cerno.tech
drivers/gpu/drm/drm_probe_helper.c