]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
ata: rb532_cf: remove redundant codes
authorgushengxian <gushengxian@yulong.com>
Tue, 22 Jun 2021 11:55:07 +0000 (04:55 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 25 Jun 2021 00:49:01 +0000 (18:49 -0600)
commit1af11d098db18bfda5168dc407513726e1b1bdb3
tree0d25f8159caa51bcc57d67091ad11c46dbacc304
parentb7fb14d3ac63117e0e8beabe75f4ea52051fbe3a
ata: rb532_cf: remove redundant codes

The codes "dev_err(&pdev->dev, "no IRQ resource found\n");" is
redundant because platform_get_irq() already prints an error.

Signed-off-by: gushengxian <gushengxian@yulong.com>
Link: https://lore.kernel.org/r/20210622115507.359017-1-13145886936@163.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/ata/pata_rb532_cf.c