Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236248
b: refs/heads/master
c: c4e68fa
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Mar 3, 2011
1 parent d2c9703 commit ffd643a
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: 0ce815d54e55611e1567e17c08f57d1b2e0ab0d9
refs/heads/master: c4e68fa9537cb8190ba542a93558730783e49cdf
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/hv_mouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ static void MousevscOnSendCompletion(struct hv_device *Device, struct vmpacket_d
return;
}

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

if (request == &inputDevice->ProtocolReq) {
/* FIXME */
Expand Down

0 comments on commit ffd643a

Please sign in to comment.