Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114178
b: refs/heads/master
c: 0964dbe
h: refs/heads/master
v: v3
  • Loading branch information
Borislav Petkov authored and Bartlomiej Zolnierkiewicz committed Oct 13, 2008
1 parent dca098e commit 89dc77d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7b35572628bb807bf95e4d6282c67af95267928e
refs/heads/master: 0964dbe60c98f483567ac9a1220f6ab01a15c954
6 changes: 6 additions & 0 deletions trunk/drivers/ide/ide-floppy.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@

#include "ide-floppy.h"

/* module parameters */
static unsigned long debug_mask;
module_param(debug_mask, ulong, 0644);

/* define to see debug info */
#define IDEFLOPPY_DEBUG_LOG 0

Expand Down Expand Up @@ -889,6 +893,8 @@ static int ide_floppy_probe(ide_drive_t *drive)

drive->driver_data = floppy;

drive->debug_mask = debug_mask;

idefloppy_setup(drive, floppy);

g->minors = 1 << PARTN_BITS;
Expand Down

0 comments on commit 89dc77d

Please sign in to comment.