Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 22 Sep 2002 06:50:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 22 Sep 2002 06:50:43 -0400 Received: from einstein.kowalk.Informatik.Uni-Oldenburg.de ([134.106.55.1]:13700 "EHLO walker.pmhahn.de") by vger.kernel.org with ESMTP id ; Sun, 22 Sep 2002 06:50:43 -0400 Date: Sun, 22 Sep 2002 12:53:23 +0200 From: Philipp Matthias Hahn To: Kernel Mailing List Subject: [BUG,PATCH] 2.5.38 floppy Message-ID: <20020922105322.GA30085@titan.lahn.de> Mail-Followup-To: Philipp Matthias Hahn , Kernel Mailing List References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Organization: UUCP-Freunde Lahn e.V. Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1240 Lines: 38 Moin LKML! On Sat, Sep 21, 2002 at 09:34:18PM -0700, Linus Torvalds wrote: > Alexander Viro : > o gendisk for pcd, cdu31a, cm206, mcd, mcdx, sbpcd, jsflash, mtdblock_ro, > pf, swim3, loop, aztcd, gscd, optcd, sjcd, sonycd, stram, rd, nbd, xpram, > acorn floppy, swim_iop make[2]: Entering directory `/usr/src/linux-2.5.38/drivers/block' gcc ... -DKBUILD_BASENAME=floppy -c -o floppy.o floppy.c floppy.c: In function `cleanup_module': floppy.c:4565: `drive' undeclared (first use in this function) floppy.c:4573: warning: statement with no effect --- drivers/block/floppy.c~ 2002-09-22 11:16:52.000000000 +0200 +++ drivers/block/floppy.c 2002-09-22 12:51:22.000000000 +0200 @@ -4556,7 +4556,7 @@ void cleanup_module(void) { - int i; + int drive; unregister_sys_device(&device_floppy); devfs_unregister (devfs_handle); BYtE Philipp -- / / (_)__ __ ____ __ Philipp Hahn / /__/ / _ \/ // /\ \/ / /____/_/_//_/\_,_/ /_/\_\ pmhahn@titan.lahn.de - 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/