From 8eccd0cd2106fbe0acc6bec3701e69e171353f25 Mon Sep 17 00:00:00 2001 From: Huang Shijie Date: Wed, 21 May 2014 09:09:47 +0800 Subject: [PATCH] serial: imx: remove the redundant code In the imx_startup(), we will reset the uart port which will reset all the FIFOs, including the URXD. So the code to clear the RX FIFO is redundant. Just remove it. Signed-off-by: Huang Shijie Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed