From: Bjorn Helgaas Date: Tue, 20 May 2014 00:28:37 +0000 (-0600) Subject: PCI: Change pbus_size_mem() return values to be more conventional X-Git-Tag: omap-for-v3.16/fixes-against-rc1~38^2~8^6~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30afe8d00b994416b24c63f8c5bbf1c13869ec3c;p=pandora-kernel.git PCI: Change pbus_size_mem() return values to be more conventional pbus_size_mem() previously returned 0 for failure and 1 for success. Change it to return -ENOSPC for failure and 0 for success. No functional change. Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed