Re: [PATCH 3/3] hw/watchdog/wdt_imx2: Remove redundant assignment

2024-05-13 Thread Guenter Roeck
On 5/13/24 03:11, Bernhard Beschow wrote: The same statement is executed unconditionally right before the if statement. Cc: Guenter Roeck Signed-off-by: Bernhard Beschow --- The duplicate line may indicate a bug. I'm not familiar with the code, so this patch may go into the wrong direction.

Re: [PATCH 3/3] hw/watchdog/wdt_imx2: Remove redundant assignment

2024-05-13 Thread Philippe Mathieu-Daudé
On 13/5/24 12:11, Bernhard Beschow wrote: The same statement is executed unconditionally right before the if statement. Cc: Guenter Roeck Signed-off-by: Bernhard Beschow --- The duplicate line may indicate a bug. I'm not familiar with the code, so this patch may go into the wrong direction.

[PATCH 3/3] hw/watchdog/wdt_imx2: Remove redundant assignment

2024-05-13 Thread Bernhard Beschow
The same statement is executed unconditionally right before the if statement. Cc: Guenter Roeck Signed-off-by: Bernhard Beschow --- The duplicate line may indicate a bug. I'm not familiar with the code, so this patch may go into the wrong direction. Please check! --- hw/watchdog/wdt_imx2.c |