Re: [PATCH] macintosh: macio_asic: remove useless cast for driver.name

2022-02-14 Thread Michael Ellerman
On Tue, 25 Jan 2022 13:54:21 +, Corentin Labbe wrote: > pci_driver name is const char pointer, so the cast it not necessary. > > Applied to powerpc/next. [1/1] macintosh: macio_asic: remove useless cast for driver.name https://git.kernel.org/powerpc/c/ccafe7c20b7de330d9091a114c9985305

[PATCH] macintosh: macio_asic: remove useless cast for driver.name

2022-01-25 Thread Corentin Labbe
pci_driver name is const char pointer, so the cast it not necessary. Signed-off-by: Corentin Labbe --- drivers/macintosh/macio_asic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/macintosh/macio_asic.c b/drivers/macintosh/macio_asic.c index c1fdf2896021..1943a007e2