diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2014-05-21 10:22:34 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2014-05-21 10:22:34 -0400 |
commit | f47e6726e9f78a14aa2c3a7eca9176a2b7336cf0 (patch) | |
tree | 4b444b41ee36a071fd4495afd743f73d199fcda2 /gpio-ich-set-regs-and-reglen-for-i3100-and-ich6-chipset.patch | |
parent | 6031430eb37155a71cd1d761d85d3e2eb401d729 (diff) | |
download | kernel-f47e6726e9f78a14aa2c3a7eca9176a2b7336cf0.tar.gz kernel-f47e6726e9f78a14aa2c3a7eca9176a2b7336cf0.tar.xz kernel-f47e6726e9f78a14aa2c3a7eca9176a2b7336cf0.zip |
Linux v3.15-rc5-270-gfba69f042ad9
Diffstat (limited to 'gpio-ich-set-regs-and-reglen-for-i3100-and-ich6-chipset.patch')
-rw-r--r-- | gpio-ich-set-regs-and-reglen-for-i3100-and-ich6-chipset.patch | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/gpio-ich-set-regs-and-reglen-for-i3100-and-ich6-chipset.patch b/gpio-ich-set-regs-and-reglen-for-i3100-and-ich6-chipset.patch deleted file mode 100644 index eff2f1ccb..000000000 --- a/gpio-ich-set-regs-and-reglen-for-i3100-and-ich6-chipset.patch +++ /dev/null @@ -1,35 +0,0 @@ -Bugzilla: N/A (Eric Paris reported via IRC) -Upstream-status: Sent for 3.15 - -From: Vincent Donnefort <vdonnefort@gmail.com> - -This patch fixes kernel NULL pointer BUG introduced by the following commit: -b667cf488aa9476b0ab64acd91f2a96f188cfd21 -gpio: ich: Add support for multiple register addresses. - -Signed-off-by: Vincent Donnefort <vdonnefort@gmail.com> - -diff --git a/drivers/gpio/gpio-ich.c b/drivers/gpio/gpio-ich.c -index e73c675..7030422 100644 ---- a/drivers/gpio/gpio-ich.c -+++ b/drivers/gpio/gpio-ich.c -@@ -305,6 +305,8 @@ static struct ichx_desc ich6_desc = { - - .ngpio = 50, - .have_blink = true, -+ .regs = ichx_regs, -+ .reglen = ichx_reglen, - }; - - /* Intel 3100 */ -@@ -324,6 +326,8 @@ static struct ichx_desc i3100_desc = { - .uses_gpe0 = true, - - .ngpio = 50, -+ .regs = ichx_regs, -+ .reglen = ichx_reglen, - }; - - /* ICH7 and ICH8-based */ --- -1.8.3.2 |