[PATCH] ide-floppy: bump driver version number

From: Borislav Petkov
Date: Sun Jan 20 2008 - 07:32:24 EST


Acknowledge major ide-floppy code refactoring and cleanup by bumping the driver
version number. Also, remove a wrong comment.

Signed-off-by: Borislav Petkov <bbpetkov@xxxxxxxx>
---
drivers/ide/ide-floppy.c | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/drivers/ide/ide-floppy.c b/drivers/ide/ide-floppy.c
index 0bf6596..b455cf1 100644
--- a/drivers/ide/ide-floppy.c
+++ b/drivers/ide/ide-floppy.c
@@ -5,9 +5,6 @@
* Copyright (C) 2000-2002 Paul Bristow <paul@xxxxxxxxxxxxxxx>
* 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 <linux/module.h>
#include <linux/types.h>
--
1.5.3.7


--
Regards/Gruß,
Boris.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/