Browse Source

USB: serial: iuu_phoenix: remove redundant assignment of DIV to itself

The assignment of DIV to itself is redundant and can be removed.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Johan Hovold <johan@kernel.org>
Colin Ian King 7 years ago
parent
commit
5f0337b549
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/usb/serial/iuu_phoenix.c

+ 0 - 1
drivers/usb/serial/iuu_phoenix.c

@@ -472,7 +472,6 @@ static int iuu_clk(struct usb_serial_port *port, int dwFrq)
 				}
 	}
 	P2 = ((P - PO) / 2) - 4;
-	DIV = DIV;
 	PUMP = 0x04;
 	PBmsb = (P2 >> 8 & 0x03);
 	PBlsb = P2 & 0xFF;