Re: [PATCH v2 1/2] watchdog: apple: Actually flush writes after requesting watchdog restart

From: Guenter Roeck
Date: Sat Oct 12 2024 - 11:51:26 EST


On 10/1/24 09:59, Nick Chan wrote:
Although there is an existing code comment about flushing the writes,
writes were not actually being flushed.

Actually flush the writes by changing readl_relaxed() to readl().

Fixes: 4ed224aeaf661 ("watchdog: Add Apple SoC watchdog driver")
Suggested-by: Arnd Bergmann <arnd@xxxxxxxx>
Signed-off-by: Nick Chan <towinchenmi@xxxxxxxxx>

Reviewed-by: Guenter Roeck <linux@xxxxxxxxxxxx>