Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113184
b: refs/heads/master
c: d6d8de3
h: refs/heads/master
v: v3
  • Loading branch information
Pierre Ossman committed Oct 12, 2008
1 parent a36be9f commit 745efb8
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: 91028954119e464ae42350658d46c204d781b484
refs/heads/master: d6d8de33415ca7598fe66d933b6556fa8f89afe2
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/card/queue.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ static int mmc_prep_request(struct request_queue *q, struct request *req)
/*
* We only like normal block requests.
*/
if (!blk_fs_request(req) && !blk_pc_request(req)) {
if (!blk_fs_request(req)) {
blk_dump_rq_flags(req, "MMC bad request");
return BLKPREP_KILL;
}
Expand Down

0 comments on commit 745efb8

Please sign in to comment.