commit | c23d86ae94b5eda449e71560e9028907abc91764 | [log] [tgz] |
---|---|---|
author | hayeswang <hayeswang@realtek.com> | Thu Jul 07 15:09:20 2016 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sat Jul 09 17:48:06 2016 -0400 |
tree | ee16d9340d43ba702b3ba7e32836aea7a3461495 | |
parent | c79262f3f8e06e75e960ff45b48b3c12b2d6b709 [diff] |
r8152: remove cancel_delayed_work_sync in rtl8152_set_speed There is no conflict between the work_queue function and rtl8152_set_speed(), so we don't have to cancel the delayed work in rtl8152_set_speed(). Signed-off-by: Hayes Wang <hayeswang@realtek.com> Signed-off-by: David S. Miller <davem@davemloft.net>