commit | 3d55f44f563de2ab83209e8ead48d922b0d56a65 | [log] [tgz] |
---|---|---|
author | hayeswang <hayeswang@realtek.com> | Thu Feb 06 11:55:48 2014 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Feb 06 21:18:06 2014 -0800 |
tree | ed33c0c241f233ab0422a41efeae1242a46d5d01 | |
parent | 656493d6e730690b76d6e74253d0208841cf4dd9 [diff] |
r8152: fix the submission of the interrupt transfer The submission of the interrupt transfer should be done after setting the bit of WORK_ENABLE, otherwise the callback function would have the opportunity to be returned directly. Clear the bit of WORK_ENABLE before killing the interrupt transfer. Signed-off-by: Hayes Wang <hayeswang@realtek.com> Signed-off-by: David S. Miller <davem@davemloft.net>