[coreboot] [PATCH] Use die() properly

Uwe Hermann uwe at hermann-uwe.de
Fri Jun 5 15:21:36 CEST 2009


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




More information about the coreboot mailing list