From 5797ae364c35db8c184f38b37595be59bf761e93 Mon Sep 17 00:00:00 2001 From: Stephane Chazelas Date: Tue, 31 Jul 2007 00:38:59 -0700 Subject: [PATCH] serial: MPSC: Stop rx engine when CREAD cleared Currently, the MPSC driver doesn't stop recieving characters when the CREAD flag in termios->c_cflag is cleared. It should. Also, only start receiving if its not already started. Signed-off-by: Stephane Chazelas Signed-off-by: Mark A. Greer Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-format-patch failed