Apparently I'm not the only one who forgets which way the outb and
[coreboot.git] / src / devices / smbus_ops.c
index c66dbe62bbbe1290d534e528a92cfbed1130c512..acf0b1f39d19e7d84f70bd1133a54031ca62f80c 100644 (file)
@@ -34,7 +34,6 @@ struct bus *get_pbus_smbus(device_t dev)
        if (!pbus || !pbus->dev || !pbus->dev->ops || !pbus->dev->ops->ops_smbus_bus) {
                printk_alert("%s Cannot find smbus bus operations", dev_path(dev));
                die("");
-               for(;;);
        }
        return pbus;
 }