On Tue, Sep 25, 2007 at 12:02:31AM +0200, [EMAIL PROTECTED] wrote: > Fix compilation warning. > > Signed-off-by: Ward Vandewege <[EMAIL PROTECTED]> > Acked-by: Uwe Hermann <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]>
> 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
signature.asc
Description: Digital signature
-- linuxbios mailing list [email protected] http://www.linuxbios.org/mailman/listinfo/linuxbios
