Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281019
b: refs/heads/master
c: 5cf06b0
h: refs/heads/master
i:
  281017: 9c69894
  281015: 2953f03
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Nov 27, 2011
1 parent 90cc5ef commit 2ef83ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 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: a1914f5416352b3229abfb1947395844f7ee2321
refs/heads/master: 5cf06b0de818effa5de24ba5043348a7478f87a1
10 changes: 2 additions & 8 deletions trunk/drivers/staging/hv/hv_mouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,8 @@ static void reportdesc_callback(struct hv_device *dev, void *packet, u32 len)
input_device->hid_device = hid_dev;
}

static int mousevsc_on_device_add(struct hv_device *device)
static int mousevsc_probe(struct hv_device *device,
const struct hv_vmbus_device_id *dev_id)
{
int ret = 0;
struct mousevsc_dev *input_dev;
Expand Down Expand Up @@ -542,13 +543,6 @@ static int mousevsc_on_device_add(struct hv_device *device)
return ret;
}

static int mousevsc_probe(struct hv_device *dev,
const struct hv_vmbus_device_id *dev_id)
{

return mousevsc_on_device_add(dev);

}

static int mousevsc_remove(struct hv_device *dev)
{
Expand Down

0 comments on commit 2ef83ad

Please sign in to comment.