Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Colin Ian King and committed by
Johan Hovold
5f0337b5 4fbd8d19

-1
-1
drivers/usb/serial/iuu_phoenix.c
··· 472 472 } 473 473 } 474 474 P2 = ((P - PO) / 2) - 4; 475 - DIV = DIV; 476 475 PUMP = 0x04; 477 476 PBmsb = (P2 >> 8 & 0x03); 478 477 PBlsb = P2 & 0xFF;