Skip to content

Commit bdc1656

Browse files
committed
m68k: sun3: Fix signature of sun3_get_model()
The mach_get_model() callback takes a "char *", not an "unsigned char *". Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Link: https://lore.kernel.org/r/c635afb4542ab54c3dbd4fa2fbed07a2665a2f4e.1694613528.git.geert@linux-m68k.org
1 parent 2e195ea commit bdc1656

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/m68k/sun3/idprom.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ static void __init display_system_type(unsigned char machtype)
8383
prom_halt();
8484
}
8585

86-
void sun3_get_model(unsigned char* model)
86+
void sun3_get_model(char *model)
8787
{
8888
register int i;
8989

0 commit comments

Comments
 (0)