From 964f29bb80c1bb05508a27969c3ac34cbf072ee9 Mon Sep 17 00:00:00 2001 From: Tiago Vignatti Date: Sun, 2 May 2010 20:14:40 +0300 Subject: [PATCH] xfree86: bus: fix Enter/Leave accesses behaviour Okay, seems we're not using extensively such hooks in fact. But fix the expected behaviour at least. Signed-off-by: Tiago Vignatti Reviewed-by: Adam Jackson --- hw/xfree86/common/xf86Bus.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/hw/xfree86/common/xf86Bus.c b/hw/xfree86/common/xf86Bus.c index 7d4853ab9..4013a6799 100644 --- a/hw/xfree86/common/xf86Bus.c +++ b/hw/xfree86/common/xf86Bus.c @@ -390,8 +390,6 @@ xf86GetDevFromEntity(int entityIndex, int instance) void xf86AccessEnter(void) { - return; - /* * on enter we simply disable routing of special resources * to any bus and let the RAC code to "open" the right bridges. @@ -412,7 +410,6 @@ xf86AccessEnter(void) void xf86AccessLeave(void) { - return; EntityLeave(); }