Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262745AbUANTMe (ORCPT ); Wed, 14 Jan 2004 14:12:34 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262683AbUANTMa (ORCPT ); Wed, 14 Jan 2004 14:12:30 -0500 Received: from smtp03.web.de ([217.72.192.158]:1541 "EHLO smtp.web.de") by vger.kernel.org with ESMTP id S262360AbUANTMZ (ORCPT ); Wed, 14 Jan 2004 14:12:25 -0500 From: Thomas Schlichter To: Andrew Morton , Russell King Subject: Re: 2.6.1-mm3 Date: Wed, 14 Jan 2004 20:11:56 +0100 User-Agent: KMail/1.5.4 References: <20040114014846.78e1a31b.akpm@osdl.org> In-Reply-To: <20040114014846.78e1a31b.akpm@osdl.org> Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-03=_9RZBAE5ZBJIzsEE"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200401142011.57021.thomas.schlichter@web.de> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2146 Lines: 74 --Boundary-03=_9RZBAE5ZBJIzsEE Content-Type: multipart/mixed; boundary="Boundary-01=_8RZBA4TvFEW4mG9" Content-Transfer-Encoding: 7bit Content-Description: signed data Content-Disposition: inline --Boundary-01=_8RZBA4TvFEW4mG9 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Description: body text Content-Disposition: inline Hi, the patch "serial-02-fixups.patch" introduced following compile error: CC [M] drivers/char/cyclades.o drivers/char/cyclades.c: In function `cy_tiocmset': drivers/char/cyclades.c:3719: error: `value' undeclared (first use in this= =20 function) drivers/char/cyclades.c:3719: error: (Each undeclared identifier is reporte= d=20 only once drivers/char/cyclades.c:3719: error: for each function it appears in.) drivers/char/cyclades.c:3719: Warnung: unused variable `arg' The attached patch fixes it... Thomas Schlichter --Boundary-01=_8RZBA4TvFEW4mG9 Content-Type: text/x-diff; charset="iso-8859-1"; name="fix_cyclades.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="fix_cyclades.diff" --- linux-2.6.1-mm3/drivers/char/cyclades.c.orig 2004-01-14 18:54:24.716650688 +0100 +++ linux-2.6.1-mm3/drivers/char/cyclades.c 2004-01-14 18:54:30.076835816 +0100 @@ -3716,7 +3716,6 @@ int card,chip,channel,index; unsigned char *base_addr; unsigned long flags; - unsigned int arg = cy_get_user((unsigned long *) value); struct FIRM_ID *firm_id; struct ZFW_CTRL *zfw_ctrl; struct BOARD_CTRL *board_ctrl; --Boundary-01=_8RZBA4TvFEW4mG9-- --Boundary-03=_9RZBAE5ZBJIzsEE Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQBABZR9YAiN+WRIZzQRAsjeAJwNctj/xhp8BUMiFMcbvbQHc7wOgQCgo5uZ GL7LLIZ5PvaTgHoNa9tAzf4= =0QM/ -----END PGP SIGNATURE----- --Boundary-03=_9RZBAE5ZBJIzsEE-- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/