diff mbox series

[01/18] pata_parport: fix EPAT C7/C8 Kconfig

Message ID 20230214230010.20318-2-linux@zary.sk
State New
Headers show
Series pata_parport: protocol drivers fixes and cleanups | expand

Commit Message

Ondrej Zary Feb. 14, 2023, 10:59 p.m. UTC
CONFIG_PARIDE_EPATC8 was renamed to CONFIG_PATA_PARPORT_EPATC8 but
epat.c was not updated to reflect that. Update it.

Signed-off-by: Ondrej Zary <linux@zary.sk>
---
 drivers/ata/pata_parport/epat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Sergey Shtylyov Feb. 15, 2023, 5:19 p.m. UTC | #1
On 2/15/23 1:59 AM, Ondrej Zary wrote:

> CONFIG_PARIDE_EPATC8 was renamed to CONFIG_PATA_PARPORT_EPATC8 but
> epat.c was not updated to reflect that. Update it.
> 
> Signed-off-by: Ondrej Zary <linux@zary.sk>

   Does the below tag apply here?

Reported-by: Sergey Shtylyov <s.shtylyov@omp.ru>

   And here's the usual one:

Reviewed-by: Sergey Shtylyov <s.shtylyov@omp.ru>

[...]

MBR, Sergey
diff mbox series

Patch

diff --git a/drivers/ata/pata_parport/epat.c b/drivers/ata/pata_parport/epat.c
index 6ce2dee7657f..93ee91d9338b 100644
--- a/drivers/ata/pata_parport/epat.c
+++ b/drivers/ata/pata_parport/epat.c
@@ -324,7 +324,7 @@  static struct pi_protocol epat = {
 
 static int __init epat_init(void)
 {
-#ifdef CONFIG_PARIDE_EPATC8
+#ifdef CONFIG_PATA_PARPORT_EPATC8
 	epatc8 = 1;
 #endif
 	return paride_register(&epat);