From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263022AbTIAAG6 (ORCPT ); Sun, 31 Aug 2003 20:06:58 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263069AbTIAAG6 (ORCPT ); Sun, 31 Aug 2003 20:06:58 -0400 Received: from mail002.syd.optusnet.com.au ([211.29.132.32]:54456 "EHLO mail002.syd.optusnet.com.au") by vger.kernel.org with ESMTP id S263022AbTIAAG5 (ORCPT ); Sun, 31 Aug 2003 20:06:57 -0400 Message-ID: <002e01c3701c$7bb105e0$0600a8c0@air> From: "Adrian & Chantal" To: Subject: [PATCH] 2.4.22 drivers/char/ip2main.c [Take 2] Date: Mon, 1 Sep 2003 10:02:33 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Unused variable rc in function ip2_init_board(int). I am not subscribed to lkml, please cc comments to hoarder@optushome.com.au. --- linux-2.4.22/drivers/char/ip2main.c 2002-11-29 09:53:12.000000000 +1000 +++ linux/drivers/char/ip2main.c 2003-09-01 09:43:40.000000000 +1000 @@ -988,7 +988,7 @@ static void __init ip2_init_board( int boardnum ) { - int i,rc; + int i; int nports = 0, nboxes = 0; i2ChanStrPtr pCh; i2eBordStrPtr pB = i2BoardPtrTable[boardnum];