On Sun, 3 Apr 2022 at 04:39, Andrew Scull <[email protected]> wrote: > > This tests calls regmap_read() which takes a uint pointer as an output > parameter. The test was passing a pointer to a u16 which resulted in an > overflow when the output was written. Fix this by following the > regmap_read() API and passing a uint pointer instead. > > Signed-off-by: Andrew Scull <[email protected]> > Cc: Simon Glass <[email protected]> > Cc: Heinrich Schuchardt <[email protected]> > Cc: Jean-Jacques Hiblot <[email protected]> > Cc: Pratyush Yadav <[email protected]> > --- > test/dm/regmap.c | 9 ++++----- > 1 file changed, 4 insertions(+), 5 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

