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)
commit9fdf7063ec9e239f309e79b65fc62fd8bfa9da5c
tree15b978a347e5c687783f8f3b9e714bdeb0ced12b
parent3362c91c7841f2e4ab5b1f018a5da0ecbc924894
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