]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
deleted queue-4.4/i2c-qup-fix-wrong-value-of-index-variable.patch
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 9 Aug 2016 08:20:58 +0000 (10:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 9 Aug 2016 08:20:58 +0000 (10:20 +0200)
queue-4.4/i2c-qup-fix-wrong-value-of-index-variable.patch [deleted file]
queue-4.4/series

diff --git a/queue-4.4/i2c-qup-fix-wrong-value-of-index-variable.patch b/queue-4.4/i2c-qup-fix-wrong-value-of-index-variable.patch
deleted file mode 100644 (file)
index e681ee2..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-From d4f56c7773483b8829e89cfc739b7a5a071f6da0 Mon Sep 17 00:00:00 2001
-From: Sricharan R <sricharan@codeaurora.org>
-Date: Fri, 10 Jun 2016 23:38:20 +0530
-Subject: i2c: qup: Fix wrong value of index variable
-
-From: Sricharan R <sricharan@codeaurora.org>
-
-commit d4f56c7773483b8829e89cfc739b7a5a071f6da0 upstream.
-
-index gets incremented during check to determine if the
-messages can be transferred with dma. But not reset after
-that, resulting in wrong start value in subsequent loop,
-causing failure. Fix it.
-
-Signed-off-by: Sricharan R <sricharan@codeaurora.org>
-Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
----
- drivers/i2c/busses/i2c-qup.c |    2 ++
- 1 file changed, 2 insertions(+)
-
---- a/drivers/i2c/busses/i2c-qup.c
-+++ b/drivers/i2c/busses/i2c-qup.c
-@@ -435,6 +435,8 @@ static int qup_i2c_read_one(struct qup_i
-       if (ret)
-               goto err;
-+      idx = 0;
-+
-       do {
-               left = wait_for_completion_timeout(&qup->xfer, HZ);
-               if (!left) {
index 37f2c9f2c396ab1411039999fc2a01421009501f..242e7eb93391f30df6dd19296562baedbb79b29d 100644 (file)
@@ -58,7 +58,6 @@ scsi-fix-new-bug-in-scsi_dev_info_list-string-matching.patch
 ipr-clear-interrupt-on-croc-crocodile-when-running-with-lsi.patch
 media-fix-airspy-usb-probe-error-path.patch
 posix_cpu_timer-exit-early-when-process-has-been-reaped.patch
-i2c-qup-fix-wrong-value-of-index-variable.patch
 i2c-mux-reg-wrong-condition-checked-for-of_address_to_resource-return-value.patch
 libata-lite-on-cx1-jb256-hp-needs-lower-max_sectors.patch
 libceph-apply-new_state-before-new_up_client-on-incrementals.patch