From: Ondrej Zary Date: Sat, 18 Feb 2023 22:01:21 +0000 (+0100) Subject: ata: pata_parport: fix EPAT C7/C8 Kconfig X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d0b3f883c4046642c65bfd5997ef76dbd6b71ab9;p=linux.git ata: pata_parport: fix EPAT C7/C8 Kconfig CONFIG_PARIDE_EPATC8 was renamed to CONFIG_PATA_PARPORT_EPATC8 but epat.c was not updated to reflect that. Update it. Reported-by: Sergey Shtylyov Reviewed-by: Sergey Shtylyov Signed-off-by: Ondrej Zary Signed-off-by: Damien Le Moal --- diff --git a/drivers/ata/pata_parport/epat.c b/drivers/ata/pata_parport/epat.c index 6ce2dee7657f1..93ee91d9338b0 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);