removed the function switch off write

This commit is contained in:
tiseno100
2020-04-17 12:41:27 +03:00
committed by GitHub
parent 16c1584412
commit ea357593bd

View File

@@ -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