diff options
author | Christoph Biedl <linux-kernel.bfrz@manchmal.in-ulm.de> | 2015-12-23 16:51:57 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-02-17 12:30:56 -0800 |
commit | 695f6c8798c6c4a0be6df79082e9890b22af4d8b (patch) | |
tree | 30d09157dfbcd62bfe3fab31ca739520702b0d91 /kernel/sys_ni.c | |
parent | ad53ae59587bcd110229d2594e059349b4306b6c (diff) | |
download | linux-stable-695f6c8798c6c4a0be6df79082e9890b22af4d8b.tar.gz linux-stable-695f6c8798c6c4a0be6df79082e9890b22af4d8b.tar.bz2 linux-stable-695f6c8798c6c4a0be6df79082e9890b22af4d8b.zip |
PCI: Fix minimum allocation address overwrite
commit 3460baa620685c20f5ee19afb6d99d26150c382c upstream.
Commit 36e097a8a297 ("PCI: Split out bridge window override of minimum
allocation address") claimed to do no functional changes but unfortunately
did: The "min" variable is altered. At least the AVM A1 PCMCIA adapter was
no longer detected, breaking ISDN operation.
Use a local copy of "min" to restore the previous behaviour.
[bhelgaas: avoid gcc "?:" extension for portability and readability]
Fixes: 36e097a8a297 ("PCI: Split out bridge window override of minimum allocation address")
Signed-off-by: Christoph Biedl <linux-kernel.bfrz@manchmal.in-ulm.de>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'kernel/sys_ni.c')
0 files changed, 0 insertions, 0 deletions