OSDN Git Service

macintosh: macio_asic: remove useless cast for driver.name
authorCorentin Labbe <clabbe@baylibre.com>
Tue, 25 Jan 2022 13:54:21 +0000 (13:54 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 2 Feb 2022 09:32:11 +0000 (20:32 +1100)
commitccafe7c20b7de330d9091a114c9985305759f1ee
tree2a1a34470848a28b989456a7b7131352564cc9e2
parent2e7f1e2b30b5b8aa5de6547407c68670fd227ad8
macintosh: macio_asic: remove useless cast for driver.name

pci_driver name is const char pointer, so the cast it not necessary.

Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220125135421.4081740-1-clabbe@baylibre.com
drivers/macintosh/macio_asic.c