Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197209
b: refs/heads/master
c: 8566ea7
h: refs/heads/master
i:
  197207: deb466f
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed May 11, 2010
1 parent 918138c commit 4fd7dcf
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: 9e629075ac694ab4d4971d4e62dfb749118bce70
refs/heads/master: 8566ea7c6f9660623a6f04bc73431f761dee32c7
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/storvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,9 @@ static void storvsc_commmand_completion(struct hv_storvsc_request *request)
struct scsi_sense_hdr sense_hdr;

ASSERT(request == &cmd_request->request);
ASSERT(scmnd);
ASSERT((unsigned long)scmnd->host_scribble ==
(unsigned long)cmd_request);
ASSERT(scmnd);
ASSERT(scmnd->scsi_done);

DPRINT_ENTER(STORVSC_DRV);
Expand Down

0 comments on commit 4fd7dcf

Please sign in to comment.