kernel/0217-rename-cpr_val-to-cpr_value.patch

26 lines
794 B
Diff
Raw Permalink Normal View History

2024-12-19 21:34:44 +00:00
From a409f359bca1b2a38e163b6190f986adacd1df51 Mon Sep 17 00:00:00 2001
2024-12-15 18:29:23 +00:00
From: Jason Montleon <jmontleo@redhat.com>
Date: Wed, 27 Nov 2024 02:54:49 -0500
Subject: [PATCH 217/219] rename cpr_val to cpr_value
---
drivers/tty/serial/8250/8250_dw.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/tty/serial/8250/8250_dw.c b/drivers/tty/serial/8250/8250_dw.c
index 629466a07c6a..e82300aa21cc 100644
--- a/drivers/tty/serial/8250/8250_dw.c
+++ b/drivers/tty/serial/8250/8250_dw.c
@@ -767,7 +767,7 @@ static const struct dev_pm_ops dw8250_pm_ops = {
static const struct dw8250_platform_data dw8250_dw_apb = {
.usr_reg = DW_UART_USR,
- .cpr_val = 0x22232,
+ .cpr_value = 0x22232,
};
static const struct dw8250_platform_data dw8250_octeon_3860_data = {
--
2.47.0