ata: pata_ixp4xx: Remove unnecessary return value check
authorYangtao Li <frank.li@vivo.com>
Mon, 10 Jul 2023 02:45:48 +0000 (10:45 +0800)
committerDamien Le Moal <dlemoal@kernel.org>
Wed, 2 Aug 2023 08:37:06 +0000 (17:37 +0900)
commit9402b802aa998d3f41efda331699d1621db957ec
treedf7aaac53e320da97daf5fa416c39b94f37ff353
parentb1aa998467c315228f3610da4fdfb455131692bb
ata: pata_ixp4xx: Remove unnecessary return value check

As commit ce753ad1549c ("platform: finally disallow IRQ0 in
platform_get_irq() and its ilk") says, there is no need to
check if the platform_get_irq return value is 0. Let's remove it.

Signed-off-by: Yangtao Li <frank.li@vivo.com>
Reviewed-by: Sergey Shtylyov <s.shtylyov@omp.ru>
Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
drivers/ata/pata_ixp4xx_cf.c