]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit41ddd6a2da8587c5916ee01c8b7a12ea5a2d8ba1
tree4a03d3402aaa24108e89f3b03db2df3d5961cf65
parent1a14b488de920b6ba3fcec9b5beb438ab116b806
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