[LinuxBIOS] r2805 - trunk/util/superiotool

Uwe Hermann uwe at hermann-uwe.de
Tue Sep 25 00:34:27 CEST 2007


On Tue, Sep 25, 2007 at 12:02:31AM +0200, svn at openbios.org wrote:
> Fix compilation warning.
> 
> Signed-off-by: Ward Vandewege <ward at gnu.org>
> Acked-by: Uwe Hermann <uwe at hermann-uwe.de>

I sort of acked this on IRC, but as we should only accept explicit,
written Signed-off-by and Acked-by (per email), here goes:

Acked-by: Uwe Hermann <uwe at hermann-uwe.de>


> Modified: trunk/util/superiotool/superiotool.c
> ===================================================================
> --- trunk/util/superiotool/superiotool.c	2007-09-24 20:00:32 UTC (rev 2804)
> +++ trunk/util/superiotool/superiotool.c	2007-09-24 22:02:31 UTC (rev 2805)
> @@ -75,7 +75,8 @@
>  static void dump_regs(const struct superio_registers reg_table[],
>  		      int i, int j, uint16_t port)
>  {
> -	int k, *idx;
> +	int k;
> +	const int *idx;
>  
>  	if (reg_table[i].ldn[j].ldn != NOLDN) {
>  		printf("LDN 0x%02x ", reg_table[i].ldn[j].ldn);


Uwe.
-- 
http://www.hermann-uwe.de  | http://www.holsham-traders.de
http://www.crazy-hacks.org | http://www.unmaintained-free-software.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20070925/de8afdbe/attachment.sig>


More information about the coreboot mailing list