ata: pata_parport: fix pata_parport_devchk
authorOndrej Zary <linux@zary.sk>
Thu, 5 Oct 2023 20:55:56 +0000 (22:55 +0200)
committerDamien Le Moal <dlemoal@kernel.org>
Tue, 10 Oct 2023 05:42:22 +0000 (14:42 +0900)
commitb555aa66760f17df4a0a5e4b440816e390311a38
tree0a8bda1749489b7d1660fc9faafa17e22e76859c
parent94f6f0550c625fab1f373bb86a6669b45e9748b3
ata: pata_parport: fix pata_parport_devchk

There's a 'x' missing in 0x55 in pata_parport_devchk(), causing the
detection to always fail. Fix it.

Fixes: 246a1c4c6b7f ("ata: pata_parport: add driver (PARIDE replacement)")
Cc: stable@vger.kernel.org
Signed-off-by: Ondrej Zary <linux@zary.sk>
Reviewed-by: Sergey Shtylyov <s.shtylyov@omp.ru>
Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
drivers/ata/pata_parport/pata_parport.c