]> git.baikalelectronics.ru Git - kernel.git/commit
USB: usb_wwan: remove comment from close
authorJohan Hovold <jhovold@gmail.com>
Mon, 26 May 2014 17:23:28 +0000 (19:23 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 May 2014 22:04:08 +0000 (15:04 -0700)
commite07a6f219383fd2536e407285569a50e41e4c933
tree15b978a347e5c687783f8f3b9e714bdeb0ced12b
parent19485bf15fc6c5832222321f708e6608f8b56e91
USB: usb_wwan: remove comment from close

Remove superfluous and cryptic comment from close.

It should be obvious that we're balancing the autopm_put in open (and
that operation already mentions the autopm_get done in the USB serial
core).

Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/usb_wwan.c