Re: [PATCH 04/15] hw/timer/arm_timer: Remove pointless cast from void *

2023-06-08 Thread Peter Maydell
On Wed, 31 May 2023 at 21:36, Philippe Mathieu-Daudé wrote: > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/timer/arm_timer.c | 16 > 1 file changed, 8 insertions(+), 8 deletions(-) Reviewed-by: Peter Maydell thanks -- PMM

[PATCH 04/15] hw/timer/arm_timer: Remove pointless cast from void *

2023-05-31 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- hw/timer/arm_timer.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/hw/timer/arm_timer.c b/hw/timer/arm_timer.c index 5caf42649a..3dda3a73f8 100644 --- a/hw/timer/arm_timer.c +++ b/hw/timer/arm_timer.c @@ -52,7 +52,7