diff options
author | Alex Elder <[email protected]> | 2024-01-30 13:23:04 -0600 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2024-02-01 20:50:36 -0800 |
commit | e01bbdc9f8513395a8554aeeeef8f45dd26dfe15 (patch) | |
tree | 81d6fe86f0f85c2e61b859acee10347763633341 /lib/memory-notifier-error-inject.c | |
parent | 2acf5fc8dabaf9a5b14a678cd039f974dc749768 (diff) |
net: ipa: kill ipa_power_modem_queue_wake()
All ipa_power_modem_queue_wake() does is call netif_wake_queue()
on the modem netdev. There is no need to wrap that call in a
trivial function (and certainly not one defined in "ipa_power.c").
So get rid of ipa_power_modem_queue_wake(), and replace its one
caller with a direct call to netif_wake_queue(). Determine the
netdev pointer to use from the private TX endpoint's netdev pointer.
Signed-off-by: Alex Elder <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'lib/memory-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions