summaryrefslogtreecommitdiffstats
path: root/REPORTING-BUGS
diff options
context:
space:
mode:
authorMatt Fleming <matt@codeblueprint.co.uk>2016-05-04 12:17:46 +0100
committerTony Luck <tony.luck@intel.com>2016-05-05 10:29:13 -0700
commit18c25526c9cd4041e8e5acba811cffa606c175b7 (patch)
tree478ce94500a962a1ac3e29ffbc54a7303f625511 /REPORTING-BUGS
parente298c499cac1f175694f4ccfe5b532e5098b4716 (diff)
downloadlinux-stable-18c25526c9cd4041e8e5acba811cffa606c175b7.tar.gz
linux-stable-18c25526c9cd4041e8e5acba811cffa606c175b7.tar.bz2
linux-stable-18c25526c9cd4041e8e5acba811cffa606c175b7.zip
ia64/PCI: Fix incorrect PCI resource end address
commit f976721e826e ("ia64/PCI: Use ioremap() instead of open-coded equivalent") introduced the following compiler warning, arch/ia64/sn/kernel/io_init.c: In function 'sn_io_slot_fixup': arch/ia64/sn/kernel/io_init.c:189:19: warning: 'addr' may be used uninitialized in this function [-Wmaybe-uninitialized] res->end = addr + size; ^ 'addr' is indeed uninitialised and the correct value to use is res->start. Cc: Tony Luck <tony.luck@intel.com> Cc: Fenghua Yu <fenghua.yu@intel.com> Cc: Bjorn Helgaas <helgaas@kernel.org> Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'REPORTING-BUGS')
0 files changed, 0 insertions, 0 deletions