Skip to content

Commit

Permalink
ide-floppy: bump driver version number
Browse files Browse the repository at this point in the history
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@yahoo.de>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
  • Loading branch information
Borislav Petkov authored and Bartlomiej Zolnierkiewicz committed Feb 2, 2008
1 parent 0571c7a commit fc6c5bc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions drivers/ide/ide-floppy.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
* Copyright (C) 2000-2002 Paul Bristow <paul@paulbristow.net>
* 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
Expand All @@ -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>
Expand Down

0 comments on commit fc6c5bc

Please sign in to comment.