hso: add missing cancel_work_sync in disconnect()
authorOlivier Sobrie <olivier@sobrie.be>
Fri, 30 Jan 2015 12:22:02 +0000 (13:22 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Feb 2015 20:33:27 +0000 (12:33 -0800)
commitcc491970f5cef560b9e5bf037f0c9dd1e4d6a4bd
tree54978cb7219d5879cf9c4c937a483276f4e965cd
parent301d3b7e109e28171d99948467448fd12ebfba06
hso: add missing cancel_work_sync in disconnect()

For hso serial devices, two cancel_work_sync were missing in the
disconnect method.

Signed-off-by: Olivier Sobrie <olivier@sobrie.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/hso.c