Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268032
b: refs/heads/master
c: bdbc497
h: refs/heads/master
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Aug 29, 2011
1 parent 5af5175 commit 1072ead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 0fb07a87ec663652bea02a54faa05fb4b3d0c20f
refs/heads/master: bdbc49706be445d0f5c16c0add979d52d01a7b2c
5 changes: 1 addition & 4 deletions trunk/drivers/staging/hv/storvsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,7 @@ static void storvsc_on_io_completion(struct hv_device *device,
struct storvsc_device *stor_device;
struct vstor_packet *stor_pkt;

stor_device = must_get_stor_device(device);
if (!stor_device)
return;
stor_device = (struct storvsc_device *)device->ext;

stor_pkt = &request->vstor_packet;

Expand Down Expand Up @@ -279,7 +277,6 @@ static void storvsc_on_io_completion(struct hv_device *device,
wake_up(&stor_device->waiting_to_drain);


put_stor_device(device);
}

static void storvsc_on_receive(struct hv_device *device,
Expand Down

0 comments on commit 1072ead

Please sign in to comment.