Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268667
b: refs/heads/master
c: 1486dd0
h: refs/heads/master
i:
  268665: c441e39
  268663: 30c209c
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Oct 4, 2011
1 parent 4a0e8f1 commit b8b7086
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 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: bdbbdb2d63fe340935ec6521da62fe9e73d8dc15
refs/heads/master: 1486dd0d0a95de1aaedd17ece19d9263ce7e5192
21 changes: 0 additions & 21 deletions trunk/drivers/staging/hv/hv_mouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -288,25 +288,6 @@ static struct mousevsc_dev *final_release_input_device(struct hv_device *device)
return input_dev;
}

static void mousevsc_on_send_completion(struct hv_device *device,
struct vmpacket_descriptor *packet)
{
struct mousevsc_dev *input_dev;
void *request;

input_dev = must_get_input_device(device);
if (!input_dev)
return;

request = (void *)(unsigned long)packet->trans_id;

if (request == &input_dev->protocol_req) {
/* FIXME */
/* Shouldn't we be doing something here? */
}

put_input_device(device);
}

static void mousevsc_on_receive_device_info(struct mousevsc_dev *input_device,
struct synthhid_device_info *device_info)
Expand Down Expand Up @@ -480,8 +461,6 @@ static void mousevsc_on_channel_callback(void *context)

switch (desc->type) {
case VM_PKT_COMP:
mousevsc_on_send_completion(
device, desc);
break;

case VM_PKT_DATA_INBAND:
Expand Down

0 comments on commit b8b7086

Please sign in to comment.