Attention is currently required from: Angel Pons.
Elyes Haouas has posted comments on this change by Elyes Haouas. ( https://review.coreboot.org/c/coreboot/+/82658?usp=email )
Change subject: tree: Use Wcalloc-transposed-args command option ......................................................................
Patch Set 3:
(1 comment)
File src/southbridge/intel/common/rcba_pirq.c:
https://review.coreboot.org/c/coreboot/+/82658/comment/837d3ecb_4557cdeb?usp... : PS3, Line 61: pin_irq_map = calloc(MAX_SLOTS, sizeof(struct slot_pin_irq_map) * PCI_INT_MAX);
This is still nosense. The function is `void *calloc(size_t num, size_t size)`. The structure is: […]
indeed. that is what I did in PS#2 I don't know what is happen .... to change it like that :))