summaryrefslogtreecommitdiffstats
path: root/arch/csky/kernel/syscall.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-07-01 13:59:29 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-07-01 13:59:29 +0200
commitf7697db8b1b3e80d8cd5af071a5af42c8b445fc4 (patch)
tree865ae21d27e900063d75ead2e56857edecfc8e43 /arch/csky/kernel/syscall.c
parentusb: typec: ucsi: add Lenovo Yoga C630 glue driver (diff)
parentLinux 6.10-rc6 (diff)
downloadlinux-f7697db8b1b3e80d8cd5af071a5af42c8b445fc4.tar.xz
linux-f7697db8b1b3e80d8cd5af071a5af42c8b445fc4.zip
Merge 6.10-rc6 into usb-next
We need the USB fixes in here as well for some follow-on patches. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/csky/kernel/syscall.c')
-rw-r--r--arch/csky/kernel/syscall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/csky/kernel/syscall.c b/arch/csky/kernel/syscall.c
index 3d30e58a45d2..4540a271ee39 100644
--- a/arch/csky/kernel/syscall.c
+++ b/arch/csky/kernel/syscall.c
@@ -20,7 +20,7 @@ SYSCALL_DEFINE6(mmap2,
unsigned long, prot,
unsigned long, flags,
unsigned long, fd,
- off_t, offset)
+ unsigned long, offset)
{
if (unlikely(offset & (~PAGE_MASK >> 12)))
return -EINVAL;