Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114224
b: refs/heads/master
c: 08243ba
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Beregalov authored and Bartlomiej Zolnierkiewicz committed Oct 13, 2008
1 parent 77fac19 commit f5ed93e
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: a8269e5423387ca0c6f6c75c42dad57c501025d3
refs/heads/master: 08243ba731ee08ff42cf1589379c81567690218f
2 changes: 1 addition & 1 deletion trunk/drivers/ide/ide-cd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,7 @@ static ide_startstop_t ide_cd_do_request(ide_drive_t *drive, struct request *rq,
int xferlen;

ide_debug_log(IDE_DBG_RQ, "Call %s, rq->cmd_type: 0x%x, block: %llu\n",
__func__, rq->cmd_type, (u64)block);
__func__, rq->cmd_type, (unsigned long long)block);

if (blk_fs_request(rq)) {
if (drive->atapi_flags & IDE_AFLAG_SEEKING) {
Expand Down

0 comments on commit f5ed93e

Please sign in to comment.