On Fri, Jun 05, 2009 at 01:19:34PM +0200, Carl-Daniel Hailfinger wrote:
>               printk_alert("%s Cannot find smbus bus operations", 
> dev_path(dev));
>               die("");

Can we also make die() accept variable argument numbers so we can do this?

  die("%s Cannot find smbus bus operations", dev_path(dev));

Or does this cause issues when die() is called very early (pre-RAM) or so?


Uwe.
-- 
http://www.hermann-uwe.de  | http://www.holsham-traders.de
http://www.crazy-hacks.org | http://www.unmaintained-free-software.org

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to