From: Greg Kroah-Hartman Date: Tue, 9 Aug 2016 08:20:58 +0000 (+0200) Subject: deleted queue-4.4/i2c-qup-fix-wrong-value-of-index-variable.patch X-Git-Tag: v3.14.75~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=60943c07fe3bed40c7b39f0f2b5e823a481fc14f;p=thirdparty%2Fkernel%2Fstable-queue.git deleted queue-4.4/i2c-qup-fix-wrong-value-of-index-variable.patch --- 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 index e681ee20942..00000000000 --- a/queue-4.4/i2c-qup-fix-wrong-value-of-index-variable.patch +++ /dev/null @@ -1,33 +0,0 @@ -From d4f56c7773483b8829e89cfc739b7a5a071f6da0 Mon Sep 17 00:00:00 2001 -From: Sricharan R -Date: Fri, 10 Jun 2016 23:38:20 +0530 -Subject: i2c: qup: Fix wrong value of index variable - -From: Sricharan R - -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 -Signed-off-by: Wolfram Sang -Signed-off-by: Greg Kroah-Hartman - ---- - 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) { diff --git a/queue-4.4/series b/queue-4.4/series index 37f2c9f2c39..242e7eb9339 100644 --- a/queue-4.4/series +++ b/queue-4.4/series @@ -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