]> 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)
commit3ccca7fab56e49b9bf2b9fd0dc5261152d6ac445
tree4a03d3402aaa24108e89f3b03db2df3d5961cf65
parentb0db28b304a4e6e2829ce8e39ae2e49696e76b00
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