Re: [PATCH 05/41] aspeed_timer: Fix ASPEED_TIMER macro definition

2020-08-17 Thread Daniel P . Berrangé
On Thu, Aug 13, 2020 at 06:25:49PM -0400, Eduardo Habkost wrote: > The macro definition had an extra semicolon. This was never > noticed because the macro was only being used where it didn't > make a difference. > > Signed-off-by: Eduardo Habkost > --- > include/hw/timer/aspeed_timer.h | 2 +- >

Re: [PATCH 05/41] aspeed_timer: Fix ASPEED_TIMER macro definition

2020-08-14 Thread Philippe Mathieu-Daudé
On 8/14/20 12:25 AM, Eduardo Habkost wrote: > The macro definition had an extra semicolon. This was never > noticed because the macro was only being used where it didn't > make a difference. > > Signed-off-by: Eduardo Habkost > --- > include/hw/timer/aspeed_timer.h | 2 +- > 1 file changed, 1 i

[PATCH 05/41] aspeed_timer: Fix ASPEED_TIMER macro definition

2020-08-13 Thread Eduardo Habkost
The macro definition had an extra semicolon. This was never noticed because the macro was only being used where it didn't make a difference. Signed-off-by: Eduardo Habkost --- include/hw/timer/aspeed_timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/hw/timer/as