Skip to content

Commit

Permalink
Versioning & Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
THEBOSS619 committed Nov 15, 2019
1 parent 1abd784 commit ca9a720
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion arch/arm64/configs/exynos9810-crownlte_defconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.9.200 Kernel Configuration
# Linux/arm64 4.9.201 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y
Expand Down Expand Up @@ -282,6 +282,7 @@ CONFIG_OLD_SIGSUSPEND3=y
CONFIG_COMPAT_OLD_SIGACTION=y
# CONFIG_CPU_NO_EFFICIENT_FFS is not set
# CONFIG_HAVE_ARCH_VMAP_STACK is not set
# CONFIG_REFCOUNT_FULL is not set

#
# GCOV-based kernel profiling
Expand Down
6 changes: 3 additions & 3 deletions drivers/usb/gadget/configfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1622,8 +1622,8 @@ static void configfs_composite_unbind(struct usb_gadget *gadget)
spin_unlock_irqrestore(&gi->spinlock, flags);
}

static int configfs_composite_setup(struct usb_gadget *gadget,
const struct usb_ctrlrequest *ctrl)
__attribute__((unused)) static int configfs_composite_setup(struct usb_gadget *gadget,
const struct usb_ctrlrequest *ctrl __attribute__((unused)))
{
struct usb_composite_dev *cdev;
struct gadget_info *gi;
Expand All @@ -1647,7 +1647,7 @@ static int configfs_composite_setup(struct usb_gadget *gadget,
return ret;
}

static void configfs_composite_disconnect(struct usb_gadget *gadget)
__attribute__((unused)) static void configfs_composite_disconnect(struct usb_gadget *gadget __attribute__((unused)))
{
struct usb_composite_dev *cdev;
struct gadget_info *gi;
Expand Down
2 changes: 1 addition & 1 deletion make9810.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ UPSTREAM=4\.9\.169
PIE_OLD_VERSION=2\.0\.10
PIE_VERSION=2\.0\.11
OREO_OLD_VERSION=1\.2\.16
OREO_VERSION=2\.3\.100
OREO_VERSION=2\.3\.101

# Default Device
# Used as a backup when no valid device is defined
Expand Down

0 comments on commit ca9a720

Please sign in to comment.