diff --git a/drivers/watchdog/wdt_nrfx.c b/drivers/watchdog/wdt_nrfx.c index fa1d45907c69..3881f9b55d0c 100644 --- a/drivers/watchdog/wdt_nrfx.c +++ b/drivers/watchdog/wdt_nrfx.c @@ -75,7 +75,7 @@ static int wdt_nrf_disable(const struct device *dev) if (err_code < 0) { /* This can only happen if wdt_nrf_setup() is not called first. */ - return err_code; + return -EFAULT; } #if defined(WDT_NRFX_SYNC_STOP)