mbox series

[PATCH-for-5.2,0/2] hw/core/sysbus: Trivial cleanup patches

Message ID 20200806130945.21629-1-f4bug@amsat.org (mailing list archive)
Headers show
Series hw/core/sysbus: Trivial cleanup patches | expand

Message

Philippe Mathieu-Daudé Aug. 6, 2020, 1:09 p.m. UTC
Fix a typo and assert sysbus_mmio_get_region() is called
with correct index.

Philippe Mathieu-Daudé (2):
  hw/core/sysbus: Fix a typo
  hw/core/sysbus: Assert memory region index is in range

 hw/core/sysbus.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Philippe Mathieu-Daudé Aug. 22, 2020, 8:01 p.m. UTC | #1
On 8/6/20 3:09 PM, Philippe Mathieu-Daudé wrote:
> Fix a typo and assert sysbus_mmio_get_region() is called
> with correct index.
> 
> Philippe Mathieu-Daudé (2):
>   hw/core/sysbus: Fix a typo
>   hw/core/sysbus: Assert memory region index is in range
> 
>  hw/core/sysbus.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 

ping?