Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274343
b: refs/heads/master
c: ed327ed
h: refs/heads/master
i:
  274341: ae53607
  274339: bdd00f9
  274335: 374cf7f
v: v3
  • Loading branch information
Dan Carpenter authored and Nicholas Bellinger committed Nov 2, 2011
1 parent 2a6e5cc commit e745b4f
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: 3151d069e9e77043b0e791719bc65896cf24d9f0
refs/heads/master: ed327ed337a6ee6919ee092c82ac3edeb63bd4de
2 changes: 1 addition & 1 deletion trunk/drivers/target/target_core_pscsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,7 @@ static int pscsi_do_task(struct se_task *task)

req = blk_make_request(pdv->pdv_sd->request_queue, hbio,
GFP_KERNEL);
if (!req) {
if (IS_ERR(req)) {
pr_err("pSCSI: blk_make_request() failed\n");
goto fail;
}
Expand Down

0 comments on commit e745b4f

Please sign in to comment.