Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102131
b: refs/heads/master
c: 68dc357
h: refs/heads/master
i:
  102129: e5f9a0d
  102127: af7c066
v: v3
  • Loading branch information
Borislav Petkov authored and Bartlomiej Zolnierkiewicz committed Jul 16, 2008
1 parent 33ba0e2 commit 6be8714
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: c96a7df8dba5800c03b0f1edd87b2f3d0473a119
refs/heads/master: 68dc3575e064a5655cbd656fbf32d6ceeb85ac9e
5 changes: 1 addition & 4 deletions trunk/drivers/ide/ide-floppy.c
Original file line number Diff line number Diff line change
Expand Up @@ -351,10 +351,7 @@ static void ide_floppy_callback(ide_drive_t *drive)

static void idefloppy_init_pc(struct ide_atapi_pc *pc)
{
memset(pc->c, 0, 12);
pc->retries = 0;
pc->flags = 0;
pc->req_xfer = 0;
memset(pc, 0, sizeof(*pc));
pc->buf = pc->pc_buf;
pc->buf_size = IDEFLOPPY_PC_BUFFER_SIZE;
pc->callback = ide_floppy_callback;
Expand Down

0 comments on commit 6be8714

Please sign in to comment.