diff options
author | Grygorii Strashko <grygorii.strashko@ti.com> | 2016-06-24 21:23:43 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-06-28 08:57:18 -0400 |
commit | 74556f516702331444b3c2d900a6a1d1fc9fc4cd (patch) | |
tree | b4c77348a62a7952b93c83e3a6119a2a6a23c0a1 /drivers/dma | |
parent | 108a653730e4c654bd0815276276e59ea0d64578 (diff) |
drivers: net: cpsw: remove pm runtime calls from suspend callbacks
PM runtime is properly handled in cpsw_ndo_open/stop(), as result it
isn't required to duplicate these calls in .suspend()/.resume()
callbacks. Moreover, it might cause unnecessary RPM resume of CPSW
during System suspend in the case it's already suspended because
all ethX interfaces are down already, before System suspend started.
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/dma')
0 files changed, 0 insertions, 0 deletions