On 5/31/23 15:33, Philippe Mathieu-Daudé wrote:
Change created mechanically using the following coccinelle
semantic patch:

     @@
     expression array;
     identifier i;
     expression sbd, count;
     @@

     -    for (i = 0; i < count; i++) {
     -        sysbus_init_irq(sbd, &array[i]);
     -    }
     +    sysbus_init_irqs(sbd, array, count);

Signed-off-by: Philippe Mathieu-Daudé<[email protected]>
---

Reviewed-by: Richard Henderson <[email protected]>

r~

Reply via email to