commit | 2de161ce4e63f9fb0bb9f5ae042e2b78022c0e3f | [log] [tgz] |
---|---|---|
author | TOKITA Hiroshi <tokita.hiroshi@fujitsu.com> | Sat Dec 23 13:23:02 2023 +0900 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Tue Jan 02 19:12:46 2024 +0000 |
tree | 7d4afafad23d020571e29b6ae989dbabb8b0a55b | |
parent | bccd281b3d56a92fcf7c9b88d37bfafd785ad86b [diff] |
drivers: interrupt_controller: ra_icu: Don't enable on irq connecting Don't execute `irq_enable` in process of the `ra_icu_irq_connect_dynamic`. The caller of `ra_icu_irq_connect_dynamic` is only `gpio_ra_pin_configure` at this time. `gpio_ra_pin_configure` calls `irq_enable` just after called `ra_icu_irq_connect_dynamic`. So removing 'irq_enable' from 'ra_icu_irq_connect_dynamic' has no effect on behavior. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>