qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-trivial] [PATCH] hw/mips: Add missing 'static' and 'const' att


From: Aurelien Jarno
Subject: Re: [Qemu-trivial] [PATCH] hw/mips: Add missing 'static' and 'const' attributes
Date: Sun, 4 May 2014 23:30:37 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Fri, May 02, 2014 at 10:29:33PM +0200, Stefan Weil wrote:
> This fixes a warning from the static code analysis (smatch).
> 
> Signed-off-by: Stefan Weil <address@hidden>
> ---
>  hw/mips/mips_fulong2e.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hw/mips/mips_fulong2e.c b/hw/mips/mips_fulong2e.c
> index e1551aa..30d9f19 100644
> --- a/hw/mips/mips_fulong2e.c
> +++ b/hw/mips/mips_fulong2e.c
> @@ -211,7 +211,7 @@ static void main_cpu_reset(void *opaque)
>      }
>  }
>  
> -uint8_t eeprom_spd[0x80] = {
> +static const uint8_t eeprom_spd[0x80] = {
>      0x80,0x08,0x07,0x0d,0x09,0x02,0x40,0x00,0x04,0x70,
>      0x70,0x00,0x82,0x10,0x00,0x01,0x0e,0x04,0x0c,0x01,
>      0x02,0x20,0x80,0x75,0x70,0x00,0x00,0x50,0x3c,0x50,

Acked-by: Aurelien Jarno <address@hidden>

-- 
Aurelien Jarno                          GPG: 4096R/1DDD8C9B
address@hidden                 http://www.aurel32.net



reply via email to

[Prev in Thread] Current Thread [Next in Thread]