commit | 5e9559689735f760f3a1fb9b2aafeb4d8efbf8f5 | [log] [tgz] |
---|---|---|
author | Giuseppe Cavallaro <peppe.cavallaro@st.com> | Sun Nov 28 18:10:53 2010 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Nov 28 18:10:53 2010 -0800 |
tree | d951984c06fd439ae18e90cacd8c61f602b4a383 | |
parent | de855b992d75e49816eb09231764e7a63a4f555d [diff] |
stmmac: fix stmmac_resume removing not yet used shutdown flag The commit to convert to use the dev_pm_ops struct introduces a bug. The shutdown flag is not yet used because the hibernation on memory is done by using the freeze callback. Thanks to Vlad for having reported it. Reported-by: Vlad Lungu <vlad.lungu@windriver.com> Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com> Signed-off-by: David S. Miller <davem@davemloft.net>