Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110212
b: refs/heads/master
c: 22e05b4
h: refs/heads/master
v: v3
  • Loading branch information
Sergei Shtylylov authored and Bartlomiej Zolnierkiewicz committed Oct 5, 2008
1 parent e69c93a commit abb77f6
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: f20f258603ebc5da91e76884cf0c0d7ac9804b1c
refs/heads/master: 22e05b4549bf2405d6aca128540b20cd2dd33f1f
2 changes: 1 addition & 1 deletion trunk/drivers/ide/ide-dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ int ide_build_dmatable (ide_drive_t *drive, struct request *rq)
xcount = bcount & 0xffff;
if (is_trm290)
xcount = ((xcount >> 2) - 1) << 16;
if (xcount == 0x0000) {
else if (xcount == 0x0000) {
/*
* Most chipsets correctly interpret a length of 0x0000 as 64KB,
* but at least one (e.g. CS5530) misinterprets it as zero (!).
Expand Down

0 comments on commit abb77f6

Please sign in to comment.