diff options
Diffstat (limited to 'drivers/usb/serial/iuu_phoenix.c')
| -rw-r--r-- | drivers/usb/serial/iuu_phoenix.c | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/usb/serial/iuu_phoenix.c b/drivers/usb/serial/iuu_phoenix.c index 57c439a24b5..5ad4a0fb4b2 100644 --- a/drivers/usb/serial/iuu_phoenix.c +++ b/drivers/usb/serial/iuu_phoenix.c @@ -17,7 +17,6 @@   */  #include <linux/kernel.h>  #include <linux/errno.h> -#include <linux/init.h>  #include <linux/slab.h>  #include <linux/tty.h>  #include <linux/tty_driver.h> @@ -770,7 +769,7 @@ uart_enable_failed:  	return status;  } -/*  Diables the IUU UART (a.k.a. the Phoenix voiderface) */ +/*  Disables the IUU UART (a.k.a. the Phoenix voiderface) */  static int iuu_uart_off(struct usb_serial_port *port)  {  	int status; @@ -1152,7 +1151,7 @@ static ssize_t vcc_mode_store(struct device *dev,  		goto fail_store_vcc_mode;  	} -	dev_dbg(dev, "%s: setting vcc_mode = %ld", __func__, v); +	dev_dbg(dev, "%s: setting vcc_mode = %ld\n", __func__, v);  	if ((v != 3) && (v != 5)) {  		dev_err(dev, "%s - vcc_mode %ld is invalid\n", __func__, v);  | 
