power: remove patch for driver not present in 4.8.x

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
diff --git a/queue/power-supply-lp8788-prevent-out-of-bounds-array-acce.patch b/queue/power-supply-lp8788-prevent-out-of-bounds-array-acce.patch
deleted file mode 100644
index 545968c..0000000
--- a/queue/power-supply-lp8788-prevent-out-of-bounds-array-acce.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From bdd9968d35f7fcdb76089347d1529bf079534214 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Giedrius=20Statkevi=C4=8Dius?=
- <giedrius.statkevicius@gmail.com>
-Date: Sat, 25 Mar 2017 18:00:49 +0200
-Subject: [PATCH] power: supply: lp8788: prevent out of bounds array access
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-commit bdd9968d35f7fcdb76089347d1529bf079534214 upstream.
-
-val might become 7 in which case stime[7] (array of length 7) would be
-accessed during the scnprintf call later and that will cause issues.
-Obviously, string concatenation is not intended here so just a comma needs
-to be added to fix the issue.
-
-Fixes: 98a276649358 ("power_supply: Add new lp8788 charger driver")
-Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@gmail.com>
-Acked-by: Milo Kim <milo.kim@ti.com>
-Signed-off-by: Sebastian Reichel <sre@kernel.org>
-
-diff --git a/drivers/power/supply/lp8788-charger.c b/drivers/power/supply/lp8788-charger.c
-index 509e2b341bd6..677f7c40b25a 100644
---- a/drivers/power/supply/lp8788-charger.c
-+++ b/drivers/power/supply/lp8788-charger.c
-@@ -651,7 +651,7 @@ static ssize_t lp8788_show_eoc_time(struct device *dev,
- {
- 	struct lp8788_charger *pchg = dev_get_drvdata(dev);
- 	char *stime[] = { "400ms", "5min", "10min", "15min",
--			"20min", "25min", "30min" "No timeout" };
-+			"20min", "25min", "30min", "No timeout" };
- 	u8 val;
- 
- 	lp8788_read_byte(pchg->lp, LP8788_CHG_EOC, &val);
--- 
-2.12.0
-
diff --git a/queue/series b/queue/series
index d9618bb..ed70be6 100644
--- a/queue/series
+++ b/queue/series
@@ -69,7 +69,6 @@
 hwmon-it87-Fix-pwm4-detection-for-IT8620-and-IT8628.patch
 tpm-fix-RC-value-check-in-tpm2_seal_trusted.patch
 tmp-use-pdev-for-parent-device-in-tpm_chip_alloc.patch
-power-supply-lp8788-prevent-out-of-bounds-array-acce.patch
 cpupower-Fix-turbo-frequency-reporting-for-pre-Sandy.patch
 powerpc-mm-Fixup-wrong-LPCR_VRMASD-value.patch
 powerpc-powernv-Fix-opal_exit-tracepoint-opcode.patch