Uwe Kleine-König
f060ba1882
ata: octeon: Drop empty platform remove function
...
A remove callback just returning 0 is equivalent to no remove callback
at all. So drop the useless function.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de >
Reviewed-by: Niklas Cassel <niklas.cassel@wdc.com >
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com >
2023-01-03 08:39:41 +09:00
Geert Uytterhoeven
5e776d7b20
ata: Drop commas after OF match table sentinels
...
It does not make sense to have a comma after a sentinel, as any new
elements must be added before the sentinel.
Add comments to clarify the purpose of the empty elements.
Rewrap entries to a single line to have a consistent style.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be >
Reviewed-by: Sergey Shtylyov <s.shtylyov@omp.ru >
Acked-by: Florian Fainelli <f.fainelli@gmail.com > [ahci_brcm]
Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com >
Reviewed-by: Linus Walleij <linus.walleij@linaro.org >
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com >
2022-03-07 11:49:10 +09:00
Belen Sarabia
487d499c67
Delete redundant return value check of platform_get_resource()
...
Delete error handling from the result of a call to platform_get_resource()
when the value is immediately passed to devm_ioremap_resource().
Signed-off-by: Belen Sarabia <belensarabia@gmail.com >
Signed-off-by: Tejun Heo <tj@kernel.org >
2017-03-06 15:40:59 -05:00
Aleksey Makarov
a2127e400e
libata: support AHCI on OCTEON platform
...
The OCTEON SATA controller is currently found on cn71XX devices.
Acked-by: Arnd Bergmann <arnd@arndb.de >
Acked-by: Hans de Goede <hdegoede@redhat.com >
Acked-by: Rob Herring <robh@kernel.org >
Signed-off-by: David Daney <david.daney@cavium.com >
Signed-off-by: Vinita Gupta <vgupta@caviumnetworks.com >
Signed-off-by: Aleksey Makarov <aleksey.makarov@auriga.com >
Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com >
Signed-off-by: Tejun Heo <tj@kernel.org >
2016-02-11 10:12:04 -05:00