diff options
| author | Zixun LI <[email protected]> | 2025-04-28 11:16:24 +0200 |
|---|---|---|
| committer | Eugen Hristev <[email protected]> | 2025-06-19 13:56:13 +0300 |
| commit | 98a83fc23bfedc85016e9db98ba459805232180d (patch) | |
| tree | b7fb2c1938ac71a0d31f1b2168ee345be19b4ecb /arch | |
| parent | c7e4262580c5ce76aa8669b3fe336c29b563dca2 (diff) | |
arm: at91: wdt: Rename regval in priv data to mr
Use the name "mr" since we are referring to timer mode register.
Signed-off-by: Zixun LI <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-at91/include/mach/at91_wdt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/include/mach/at91_wdt.h b/arch/arm/mach-at91/include/mach/at91_wdt.h index 5ba9dffd8a9..a203210cc6b 100644 --- a/arch/arm/mach-at91/include/mach/at91_wdt.h +++ b/arch/arm/mach-at91/include/mach/at91_wdt.h @@ -21,7 +21,7 @@ struct at91_wdt_priv { void __iomem *regs; - u32 regval; + u32 mr; }; #endif |
