Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326598
b: refs/heads/master
c: fe73f03
h: refs/heads/master
v: v3
  • Loading branch information
Arnd Bergmann committed Sep 19, 2012
1 parent 64e2484 commit 28274b2
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: 5fa1a2e12a3bc7614db7b5f5f4b1167e5e25a9e6
refs/heads/master: fe73f03549a28204866387311f7d3d9ef5e1503a
2 changes: 1 addition & 1 deletion trunk/drivers/input/mouse/rpcmouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ static irqreturn_t rpcmouse_irq(int irq, void *dev_id)

x = (short) iomd_readl(IOMD_MOUSEX);
y = (short) iomd_readl(IOMD_MOUSEY);
b = (short) (__raw_readl(0xe0310000) ^ 0x70);
b = (short) (__raw_readl(IOMEM(0xe0310000)) ^ 0x70);

dx = x - rpcmouse_lastx;
dy = y - rpcmouse_lasty;
Expand Down

0 comments on commit 28274b2

Please sign in to comment.