From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.183]) by ozlabs.org (Postfix) with ESMTP id C111ADDF6E for ; Thu, 31 May 2007 20:46:32 +1000 (EST) From: Arnd Bergmann To: Ishizaki Kou Subject: Re: [PATCH] of_serial: add port type checking Date: Thu, 31 May 2007 12:46:19 +0200 References: <200705310933.l4V9X4Pl009909@toshiba.co.jp> In-Reply-To: <200705310933.l4V9X4Pl009909@toshiba.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Message-Id: <200705311246.20197.arnd@arndb.de> Cc: linuxppc-dev@ozlabs.org, paulus@samba.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thursday 31 May 2007, Ishizaki Kou wrote: > > Currently, of_serial driver supports only 8250 compatible ports, but > prepares that others can easily be added. Yet unregister routine > assumes port is 8250. This patch corrects unregister routine to check > port type. > > Signed-off-by: Kou Ishizaki > Cc: Arnd Bergmann Acked-by: Arnd Bergmann