summarylogtreecommitdiffstats
path: root/ck-patch-for-4.9.117+.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ck-patch-for-4.9.117+.patch')
-rw-r--r--ck-patch-for-4.9.117+.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/ck-patch-for-4.9.117+.patch b/ck-patch-for-4.9.117+.patch
deleted file mode 100644
index c3352e2a5f95..000000000000
--- a/ck-patch-for-4.9.117+.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- patch-4.9-ck1 2018-09-07 21:58:13.000000000 +0800
-+++ patch-4.9.117-ck1 2018-09-07 22:33:20.000000000 +0800
-@@ -12349,7 +12349,7 @@
- set_current_state(TASK_UNINTERRUPTIBLE);
- - schedule_timeout(msecs_to_jiffies(BAUDRATE_SETTLE_TIMEOUT_MS));
- + schedule_msec_hrtimeout((BAUDRATE_SETTLE_TIMEOUT_MS));
-- set_current_state(TASK_INTERRUPTIBLE);
-+ set_current_state(TASK_RUNNING);
-
- return 0;
- diff --git a/drivers/char/ipmi/ipmi_msghandler.c b/drivers/char/ipmi/ipmi_msghandler.c