Commit a76ed591 authored by Venkateswara Naralasetty's avatar Venkateswara Naralasetty Committed by Kalle Valo

ath11k: Rename ath11k_ahb_ext_irq_config

Rename ath11k_ahb_ext_irq_config() to ath11k_ahb_config_ext_irq()
for just symmetry with ath11k_ahb_free_ext_irq().
Signed-off-by: default avatarVenkateswara Naralasetty <quic_vnaralas@quicinc.com>
Signed-off-by: default avatarKalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/1642583893-21485-1-git-send-email-quic_vnaralas@quicinc.com
parent 3898da3b
...@@ -466,7 +466,7 @@ static irqreturn_t ath11k_ahb_ext_interrupt_handler(int irq, void *arg) ...@@ -466,7 +466,7 @@ static irqreturn_t ath11k_ahb_ext_interrupt_handler(int irq, void *arg)
return IRQ_HANDLED; return IRQ_HANDLED;
} }
static int ath11k_ahb_ext_irq_config(struct ath11k_base *ab) static int ath11k_ahb_config_ext_irq(struct ath11k_base *ab)
{ {
struct ath11k_hw_params *hw = &ab->hw_params; struct ath11k_hw_params *hw = &ab->hw_params;
int i, j; int i, j;
...@@ -574,7 +574,7 @@ static int ath11k_ahb_config_irq(struct ath11k_base *ab) ...@@ -574,7 +574,7 @@ static int ath11k_ahb_config_irq(struct ath11k_base *ab)
} }
/* Configure external interrupts */ /* Configure external interrupts */
ret = ath11k_ahb_ext_irq_config(ab); ret = ath11k_ahb_config_ext_irq(ab);
return ret; return ret;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment