On 2026-07-03T09:11:23, Peng Fan <[email protected]> wrote: > dm: core: Correct calloc arguments > > Every other calloc in drivers/core uses calloc(count, size) with count > first. Fix the two reversed calloc(sizeof, 1) calls for consistency. > > Signed-off-by: Peng Fan <[email protected]> > Reviewed-by: Raphaƫl Gallais-Pou <[email protected]> > > drivers/core/tag.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

