]> git.baikalelectronics.ru Git - kernel.git/commit
net: atlantic: remove deep parameter on suspend/resume functions
authorChia-Lin Kao (AceLan) <acelan.kao@canonical.com>
Wed, 13 Jul 2022 11:12:23 +0000 (19:12 +0800)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 14 Jul 2022 11:03:21 +0000 (13:03 +0200)
commitdd8e796826fc59c0b4901cff6ee03c4760b86506
tree6094aba55cf9b57e633d0c58ef6c741d9aa75a77
parent1917678cf3b35d2856cd775c1266506a942f32c7
net: atlantic: remove deep parameter on suspend/resume functions

Below commit claims that atlantic NIC requires to reset the device on pm
op, and had set the deep to true for all suspend/resume functions.
commit f74dd8aaea2d ("net: atlantic: always deep reset on pm op, fixing up my null deref regression")
So, we could remove deep parameter on suspend/resume functions without
any functional change.

Fixes: f74dd8aaea2d ("net: atlantic: always deep reset on pm op, fixing up my null deref regression")
Signed-off-by: Chia-Lin Kao (AceLan) <acelan.kao@canonical.com>
Link: https://lore.kernel.org/r/20220713111224.1535938-1-acelan.kao@canonical.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/ethernet/aquantia/atlantic/aq_pci_func.c