summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2011-07-19 12:32:50 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2011-07-19 12:32:50 +1000
commit270607ae055a21bdac44f905a791260c5b34089b (patch)
tree29f3677233d152336a791a098fcc4684f73d830d
parent7a1245defa41517786e9752ea4e588c4f88f7047 (diff)
Don't call DEVICE_OFF in UnInit, the server does it for us
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--src/xf86Fpit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xf86Fpit.c b/src/xf86Fpit.c
index 9ab3bb0..eb85a2e 100644
--- a/src/xf86Fpit.c
+++ b/src/xf86Fpit.c
@@ -542,7 +542,6 @@ static int xf86FpitAllocate(InputDriverPtr drv, InputInfoPtr pInfo)
static void xf86FpitUninit(InputDriverPtr drv, InputInfoPtr pInfo, int flags)
{
FpitPrivatePtr priv = (FpitPrivatePtr) pInfo->private;
- xf86FpitControl(pInfo->dev, DEVICE_OFF);
free(priv->fpitDev);
free(priv);
pInfo->private = NULL;