USB: cdc-wdm: add debug messages on cleanup
authorBjørn Mork <bjorn@mork.no>
Mon, 30 Apr 2012 07:26:11 +0000 (09:26 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 30 Apr 2012 13:57:27 +0000 (09:57 -0400)
commit880bca3a2a6f159d7453e0cbcbfe2f1d8204d907
treecccf91abc20d432962cbefd6cecfb176aedc81c1
parent007bab91324e6337bb150ffc17b20cf829686370
USB: cdc-wdm: add debug messages on cleanup

Device state cleanup is done in either wdm_disconnect or
wdm_release depending on the order they are called. Adding
a couple of debug messages to document the program flow.

Signed-off-by: Bjørn Mork <bjorn@mork.no>
Acked-by: Oliver Neukum <oneukum@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/class/cdc-wdm.c