From: Clemens Ladisch Date: Mon, 4 Jun 2012 19:28:07 +0000 (+0200) Subject: firewire: ohci: sanity-check MMIO resource X-Git-Tag: v3.6-rc1~65^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7baab9acfb25934a32541d617cbc676abd1fbf5b;p=pandora-kernel.git firewire: ohci: sanity-check MMIO resource pci_request_region() does not fail on resources that have not been allocated by the BIOS or by the kernel, so to avoid accessing registers that are not there, we have to check for this explicitly. Signed-off-by: Clemens Ladisch Signed-off-by: Stefan Richter --- Reading git-diff-tree failed