From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946553AbWJSWCS (ORCPT ); Thu, 19 Oct 2006 18:02:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1946549AbWJSWCS (ORCPT ); Thu, 19 Oct 2006 18:02:18 -0400 Received: from smtp.osdl.org ([65.172.181.4]:53679 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S1946553AbWJSWCR (ORCPT ); Thu, 19 Oct 2006 18:02:17 -0400 Date: Thu, 19 Oct 2006 15:02:12 -0700 From: Andrew Morton To: Jiri Slaby Cc: , Alan Cox Subject: Re: [PATCH 1/1] Char: mxsers, correct tty driver name Message-Id: <20061019150212.6c95f6bf.akpm@osdl.org> In-Reply-To: <3160912811766612133@muni.cz> References: <3160912811766612133@muni.cz> X-Mailer: Sylpheed version 2.2.7 (GTK+ 2.8.6; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 19 Oct 2006 16:10:10 +0200 Jiri Slaby wrote: > Mxser tty driver name should be ttyMI, not ttyM. Correct this in both > drivers (mxser, mxser_new) to avoid conflicts with isicom driver, which is > ttyM. Is the mxser.c part needed in mainline?