Re: [PATCH v4 5/9] nvram: add nrf51_soc flash read method

2020-08-11 Thread Li Qiang
P J P 于2020年8月11日周二 下午7:44写道: > > From: Prasad J Pandit > > Add nrf51_soc mmio read method to avoid NULL pointer dereference > issue. > > Reported-by: Lei Sun > Reviewed-by: Peter Maydell > Signed-off-by: Prasad J Pandit Reviewed-by: Li Qiang > --- > hw/nvram/nrf51_nvm.c | 10 ++ >

[PATCH v4 5/9] nvram: add nrf51_soc flash read method

2020-08-11 Thread P J P
From: Prasad J Pandit Add nrf51_soc mmio read method to avoid NULL pointer dereference issue. Reported-by: Lei Sun Reviewed-by: Peter Maydell Signed-off-by: Prasad J Pandit --- hw/nvram/nrf51_nvm.c | 10 ++ 1 file changed, 10 insertions(+) Update v4: add explanatory comment and Revi