From ea357593bd3d519bf6a5e88708261abbc3a6aba9 Mon Sep 17 00:00:00 2001 From: tiseno100 <58827426+tiseno100@users.noreply.github.com> Date: Fri, 17 Apr 2020 12:41:27 +0300 Subject: [PATCH] removed the function switch off write --- src/chipset/via_vpx.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/chipset/via_vpx.c b/src/chipset/via_vpx.c index 72fb10d77..5985f8493 100644 --- a/src/chipset/via_vpx.c +++ b/src/chipset/via_vpx.c @@ -185,11 +185,7 @@ via_vpx_read(int func, int addr, void *priv) static void via_vpx_write(int func, int addr, uint8_t val, void *priv) { - switch(func) { - case 0: host_bridge_write(func, addr, val, priv); - break; - } } static void