From: Borislav Petkov Date: Sat, 2 Feb 2008 18:56:38 +0000 (+0100) Subject: ide-floppy: bump driver version number X-Git-Tag: v2.6.25-rc1~1068^2~62 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fc6c5bc7c158d7ee7bb6e9ac1c64ae80da3d1580;p=platform%2Fkernel%2Flinux-3.10.git ide-floppy: bump driver version number Acknowledge major ide-floppy code refactoring and cleanup by bumping the driver version number. Also, remove a wrong comment. Signed-off-by: Borislav Petkov Signed-off-by: Bartlomiej Zolnierkiewicz --- diff --git a/drivers/ide/ide-floppy.c b/drivers/ide/ide-floppy.c index 864ccd1..f8fe6ee 100644 --- a/drivers/ide/ide-floppy.c +++ b/drivers/ide/ide-floppy.c @@ -5,9 +5,6 @@ * Copyright (C) 2000-2002 Paul Bristow * Copyright (C) 2005 Bartlomiej Zolnierkiewicz * - * The driver currently doesn't have any fancy features, just the bare - * minimum read/write support. - * * This driver supports the following IDE floppy drives: * * LS-120/240 SuperDisk @@ -18,7 +15,7 @@ * Documentation/ide/ChangeLog.ide-floppy.1996-2002 */ -#define IDEFLOPPY_VERSION "0.99.newide" +#define IDEFLOPPY_VERSION "1.00" #include #include