Loading drivers/platform/msm/ipa/ipa_v3/ethernet/ipa_eth.c +1 −2 Original line number Diff line number Diff line Loading @@ -322,7 +322,6 @@ static void ipa_eth_device_refresh_work(struct work_struct *work) void ipa_eth_device_refresh_sched(struct ipa_eth_device *eth_dev) { if (present(eth_dev)) queue_work(ipa_eth_wq, ð_dev->refresh); } Loading Loading
drivers/platform/msm/ipa/ipa_v3/ethernet/ipa_eth.c +1 −2 Original line number Diff line number Diff line Loading @@ -322,7 +322,6 @@ static void ipa_eth_device_refresh_work(struct work_struct *work) void ipa_eth_device_refresh_sched(struct ipa_eth_device *eth_dev) { if (present(eth_dev)) queue_work(ipa_eth_wq, ð_dev->refresh); } Loading