diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2015-07-12 13:47:16 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2015-07-12 13:47:16 +0000 |
commit | 29039f51b3c6707f903018b53785409bf97f5fe0 (patch) | |
tree | 67a0a31f9ef48cc65ab38d2c65f2e7ccdcadf3b5 /target/linux/brcm2708/patches-3.18 | |
parent | fde2caf6fdd229039b9a75037f9f73d76bc041e2 (diff) | |
download | mtk-20170518-29039f51b3c6707f903018b53785409bf97f5fe0.zip mtk-20170518-29039f51b3c6707f903018b53785409bf97f5fe0.tar.gz mtk-20170518-29039f51b3c6707f903018b53785409bf97f5fe0.tar.bz2 |
kernel: refresh patches on linux 3.18
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 46308
Diffstat (limited to 'target/linux/brcm2708/patches-3.18')
-rw-r--r-- | target/linux/brcm2708/patches-3.18/0055-usb-core-make-overcurrent-messages-more-prominent.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm2708/patches-3.18/0055-usb-core-make-overcurrent-messages-more-prominent.patch b/target/linux/brcm2708/patches-3.18/0055-usb-core-make-overcurrent-messages-more-prominent.patch index 4a8f2fe..0c339d3 100644 --- a/target/linux/brcm2708/patches-3.18/0055-usb-core-make-overcurrent-messages-more-prominent.patch +++ b/target/linux/brcm2708/patches-3.18/0055-usb-core-make-overcurrent-messages-more-prominent.patch @@ -10,7 +10,7 @@ Hub overcurrent messages are more serious than "debug". Increase loglevel. --- a/drivers/usb/core/hub.c +++ b/drivers/usb/core/hub.c -@@ -4923,7 +4923,7 @@ static void port_event(struct usb_hub *h +@@ -4907,7 +4907,7 @@ static void port_event(struct usb_hub *h if (portchange & USB_PORT_STAT_C_OVERCURRENT) { u16 status = 0, unused; |