Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155684
b: refs/heads/master
c: 8f47428
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Tejun Heo committed Jul 17, 2009
1 parent b35ccbc commit 4a73961
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 0a09f4319c6d88c732ed46735f8584bbb95cac65
refs/heads/master: 8f47428704c2fd6f787a6f340071b9c338b65803
2 changes: 1 addition & 1 deletion trunk/drivers/block/ataflop.c
Original file line number Diff line number Diff line change
Expand Up @@ -1627,7 +1627,7 @@ static int fd_ioctl(struct block_device *bdev, fmode_t mode,
drive, dtp->blocks, dtp->spt, dtp->stretch);

/* sanity check */
if (!dtp || setprm.track != dtp->blocks/dtp->spt/2 ||
if (setprm.track != dtp->blocks/dtp->spt/2 ||
setprm.head != 2) {
redo_fd_request();
return -EINVAL;
Expand Down

0 comments on commit 4a73961

Please sign in to comment.