summaryrefslogtreecommitdiff
path: root/src/southbridge/via/vt8231/vt8231_ide.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/via/vt8231/vt8231_ide.c')
-rw-r--r--src/southbridge/via/vt8231/vt8231_ide.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/via/vt8231/vt8231_ide.c b/src/southbridge/via/vt8231/vt8231_ide.c
index 70f256990c..9f06176cc5 100644
--- a/src/southbridge/via/vt8231/vt8231_ide.c
+++ b/src/southbridge/via/vt8231/vt8231_ide.c
@@ -8,7 +8,7 @@
static void ide_init(struct device *dev)
{
- struct southbridge_via_vt8231_config *conf;
+ struct southbridge_via_vt8231_config *conf = (struct southbridge_via_vt8231_config *)dev->chip_info;
unsigned char enables;
if (!conf->enable_native_ide) {