[GIT PULL] asm-generic: bugfix for v5.8

From: Arnd Bergmann
Date: Tue Jul 28 2020 - 08:42:39 EST


The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
tags/asm-generic-fixes-5.8

for you to fetch changes up to 214ba3584b2e2c57536fa8aed52521ac59c5b448:

io: Fix return type of _inb and _inl (2020-07-27 10:32:29 +0200)

----------------------------------------------------------------
asm-generic: bugfix for v5.8

This is a single bugfix for a regression introduced through a
typo in the v5.8 merge window, leading to incorrect data
returned from inl() on some architectures.

Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>

----------------------------------------------------------------
Stafford Horne (1):
io: Fix return type of _inb and _inl

include/asm-generic/io.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)