Hi, On Mon, Feb 24, 2025 at 12:14 AM Damon Ding <damon.d...@rock-chips.com> wrote: > > The IRQF_NO_AUTOEN can be used for the drivers that don't want > interrupts to be enabled automatically via devm_request_threaded_irq(). > Using this flag can provide be more robust compared to the way of > calling disable_irq() after devm_request_threaded_irq() without the > IRQF_NO_AUTOEN flag. > > Signed-off-by: Damon Ding <damon.d...@rock-chips.com> > --- > drivers/gpu/drm/bridge/analogix/analogix_dp_core.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-)
Suggested-by: Douglas Anderson <diand...@chromium.org> Reviewed-by: Douglas Anderson <diand...@chromium.org>