From 140fa99e137280c5b3b9151003397c219d772bff Mon Sep 17 00:00:00 2001 From: fire855 Date: Sun, 14 Jan 2018 01:08:30 +0100 Subject: Revert "usb: gadget: f_fs: Increase EP_ALLOC ioctl number" This reverts commit 4383cfbb3fe503cff5d7384986eb1b1b34133c01. --- include/uapi/linux/usb/functionfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/uapi/linux') diff --git a/include/uapi/linux/usb/functionfs.h b/include/uapi/linux/usb/functionfs.h index ccaa477a0..94aba0243 100644 --- a/include/uapi/linux/usb/functionfs.h +++ b/include/uapi/linux/usb/functionfs.h @@ -179,7 +179,7 @@ struct usb_functionfs_event { * Sets a buffer length for which all r/w operations under that size use a * preallocated buffer. Behavior of larger operations does not change. */ -#define FUNCTIONFS_ENDPOINT_ALLOC _IOR('g', 231, __u32) +#define FUNCTIONFS_ENDPOINT_ALLOC _IOR('g', 131, __u32) #endif /* _UAPI__LINUX_FUNCTIONFS_H__ */ -- cgit v1.2.3