From: Paul Mundt Date: Mon, 1 Feb 2010 04:11:25 +0000 (+0900) Subject: sh: Handle PCI controller resource conflicts. X-Git-Tag: v2.6.34-rc1~285^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcf39352eb9e9026f7a1028d4bce3707b65f104b;p=pandora-kernel.git sh: Handle PCI controller resource conflicts. register_pci_controller() can fail, but presently is a void function. Change this over to an int so that we can bail early before continuing on with post-registration initialization (such as throwing the controller in to 66MHz mode in the case of the SH7780 host controller). Signed-off-by: Paul Mundt --- Reading git-diff-tree failed