qemu-arm
[Top][All Lists]
Advanced

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

Re: [PATCH-for-5.1 v2 03/54] hw/arm/allwinner-a10: Move some code from r


From: Eric Blake
Subject: Re: [PATCH-for-5.1 v2 03/54] hw/arm/allwinner-a10: Move some code from realize() to init()
Date: Mon, 6 Apr 2020 13:00:32 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0

On 4/6/20 12:46 PM, Philippe Mathieu-Daudé wrote:
Coccinelle reported:

   $ spatch ... --timeout 60 --sp-file \
     scripts/coccinelle/simplify-init-realize-error_propagate.cocci
   HANDLING: ./hw/arm/allwinner-a10.c
   >>> possible moves from aw_a10_init() to aw_a10_realize() in 
./hw/arm/allwinner-a10.c:77

Move the calls using &error_fatal which don't depend of input

s/of/on/ (here, and in many subsequent messages in the series)

updated before realize() to init().

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
  hw/arm/allwinner-a10.c | 26 +++++++++++++-------------
  1 file changed, 13 insertions(+), 13 deletions(-)


--
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3226
Virtualization:  qemu.org | libvirt.org




reply via email to

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