diff options
| author | Andres Salomon <dilinger@dev.queued.net> | 2008-06-05 23:57:20 -0400 |
|---|---|---|
| committer | Andres Salomon <dilinger@dev.queued.net> | 2008-06-05 23:57:20 -0400 |
| commit | 053f031e1671b10233bfa2dfad2ceb9fe4e25533 (patch) | |
| tree | a1668391edaae50c6e388483608c9e9e4ac40cb7 /drivers/input | |
| parent | f86730a09a8302a366771e777b5e0cf6b28224f4 (diff) | |
| download | lwn-053f031e1671b10233bfa2dfad2ceb9fe4e25533.tar.gz lwn-053f031e1671b10233bfa2dfad2ceb9fe4e25533.zip | |
ARGH
Signed-off-by: Andres Salomon <dilinger@dev.queued.net>
Diffstat (limited to 'drivers/input')
| -rw-r--r-- | drivers/input/mouse/olpc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/input/mouse/olpc.c b/drivers/input/mouse/olpc.c index 3bc7012c5449..d7050b6b15a0 100644 --- a/drivers/input/mouse/olpc.c +++ b/drivers/input/mouse/olpc.c @@ -156,8 +156,9 @@ static void hgpk_big_delta_hack(struct psmouse *psmouse, struct hgpk_packet *p) // } return; } -//done: +done: // priv->axis_errors = 0; + return; } /* |
