Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116305
b: refs/heads/master
c: 8f29cd9
h: refs/heads/master
i:
  116303: 1283962
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Oct 17, 2008
1 parent 6265eb4 commit f6d8663
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ae9f9f073963c56dcc4601ed9a0921eda1e8fa9d
refs/heads/master: 8f29cd9f12e97d46e601f59810ea6aadd938945d
5 changes: 3 additions & 2 deletions trunk/drivers/ide/ide-floppy.c
Original file line number Diff line number Diff line change
Expand Up @@ -560,8 +560,9 @@ sector_t ide_floppy_capacity(ide_drive_t *drive)
return capacity;
}

static void idefloppy_setup(ide_drive_t *drive, idefloppy_floppy_t *floppy)
static void idefloppy_setup(ide_drive_t *drive)
{
struct ide_floppy_obj *floppy = drive->driver_data;
u16 *id = drive->id;

drive->pc_callback = ide_floppy_callback;
Expand Down Expand Up @@ -808,7 +809,7 @@ static int ide_floppy_probe(ide_drive_t *drive)

drive->debug_mask = debug_mask;

idefloppy_setup(drive, floppy);
idefloppy_setup(drive);

g->minors = 1 << PARTN_BITS;
g->driverfs_dev = &drive->gendev;
Expand Down

0 comments on commit f6d8663

Please sign in to comment.