From: Dan Carpenter Date: Wed, 14 May 2014 16:13:07 +0000 (+0300) Subject: staging: dgnc: UART_IIR_XOFF code is buggy X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~904 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c80561e96b81a01c3e4988fc08093479a1f0c914;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed