diff options
author | Dmitry Baryshkov <[email protected]> | 2022-08-26 12:39:25 +0300 |
---|---|---|
committer | Dmitry Baryshkov <[email protected]> | 2022-11-04 15:29:03 +0300 |
commit | 69a88d8633ecc577cb6915a4050ec1e7a4099814 (patch) | |
tree | 844128e287779253c890d985995523c1020607b8 /tools/testing/selftests/bpf/progs/test_autoload.c | |
parent | f6cb1430bb32c1daec49fc9067a0bc2f03d02ed4 (diff) |
drm/msm/hdmi: move resource allocation to probe function
Rather than having all resource allocation happen in the _bind function
(resulting in possible EPROBE_DEFER returns and component bind/unbind
cycles) allocate and check all resources in _probe function. While we
are at it, use platform_get_irq() to get the IRQ rather than going
through the irq_of_parse_and_map().
Signed-off-by: Dmitry Baryshkov <[email protected]>
Reviewed-by: Abhinav Kumar <[email protected]>
Patchwork: https://patchwork.freedesktop.org/patch/499649/
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Dmitry Baryshkov <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/progs/test_autoload.c')
0 files changed, 0 insertions, 0 deletions