OSDN Git Service

staging: dgnc: UART_IIR_XOFF code is buggy
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 14 May 2014 16:13:07 +0000 (19:13 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 15 May 2014 20:46:00 +0000 (13:46 -0700)
commitc80561e96b81a01c3e4988fc08093479a1f0c914
tree7a814151c2a7119c26c4ab2238aa8287fcbbdb2e
parent0f33ae1ed6ac39da7b1f73972eb4791fe43d15d3
staging: dgnc: UART_IIR_XOFF code is buggy

The UART_IIR_XOFF was supposed to be a no-op but, because there was a
missing semi-colon, the if statement is not "Empty".  I have just deleted
this code because it was supposed to be a no-op anyway.  UART_IIR_XOFF
is a standard define and not something specific to this driver.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgnc/dgnc_cls.c
drivers/staging/dgnc/dgnc_cls.h