summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorZixun LI <[email protected]>2025-04-28 11:16:24 +0200
committerEugen Hristev <[email protected]>2025-06-19 13:56:13 +0300
commit98a83fc23bfedc85016e9db98ba459805232180d (patch)
treeb7fb2c1938ac71a0d31f1b2168ee345be19b4ecb /arch
parentc7e4262580c5ce76aa8669b3fe336c29b563dca2 (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.h2
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