[LinuxBIOS] r2670 - in trunk/LinuxBIOSv2/src/mainboard: asus/p2b bitworks/ims densitron/dpx114 via/epia via/epia-m

Peter Stuge stuge-linuxbios at cdy.org
Tue May 15 12:28:55 CEST 2007


On Tue, May 15, 2007 at 10:26:54AM +0000, svn at openbios.org wrote:
>  static inline int spd_read_byte(unsigned device, unsigned address)
>  {
> -	uint8_t c;
> -	c = smbus_read_byte(device, address);
> -	return c;
> +	return smbus_read_byte(device, address);

Should they return uint8_t perhaps?


//Peter




More information about the coreboot mailing list