From 2ad28e3efee21a5bbf940c83d1f0395b76bd3efb Mon Sep 17 00:00:00 2001 From: Huang Shijie Date: Wed, 22 Jan 2014 16:23:37 +0800 Subject: [PATCH] serial: imx: always wake up the processes in the TX callback The current code only wakes up the processes when the circle buffer has less data then the WAKEUP_CHARS. But sometimes, the circle buffer may has data more then the WAKEUP_CHARS, in such case, the processes will hang. This patch makes it always wakes up the processes in the TX callback. Signed-off-by: Huang Shijie Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed