Skip to content

Commit 73344a3

Browse files
committed
Merge tag 'asm-generic-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
Pull asm-generic fix from Arnd Bergmann: "A last-minute arch/alpha regression fix: the previous asm-generic branch contained a new regression from a typo" * tag 'asm-generic-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic: alpha: fix marvel_ioread8 build regression
2 parents ca1aaf9 + 2e21c15 commit 73344a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/alpha/kernel/core_marvel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ void __iomem *marvel_ioportmap (unsigned long addr)
803803
return (void __iomem *)addr;
804804
}
805805

806-
unsigned u8
806+
u8
807807
marvel_ioread8(const void __iomem *xaddr)
808808
{
809809
unsigned long addr = (unsigned long) xaddr;

0 commit comments

Comments
 (0)