commit | 4900bf341d963e9742365cd86bfab78d3d851f39 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@linaro.org> | Mon May 04 18:37:11 2020 -0500 |
committer | David S. Miller <davem@davemloft.net> | Wed May 06 17:37:42 2020 -0700 |
tree | 101395c6ace2d0e42f3d9175fca22c08133cf845 | |
parent | 9c729e7484622b9fb2defa3c640ce141244c0a46 [diff] |
net: ipa: have ipa_endpoint_init_ctrl() return previous state Change ipa_endpoint_init_ctrl() so it returns the previous state (whether suspend or delay mode was enabled) rather than indicating whether the request caused a change in state. This makes it easier to understand what's happening where called. Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>