From: Jingoo Han Date: Fri, 27 Dec 2013 00:34:36 +0000 (+0900) Subject: PCI: mvebu: Use max_t() instead of max(resource_size_t,) X-Git-Tag: v3.14-rc1~132^2~10^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06489002a175680e18b4c0dd0beb6aff2a6d3781;p=pandora-kernel.git PCI: mvebu: Use max_t() instead of max(resource_size_t,) Use max_t() instead of max(resource_size_t,) in order to fix the following checkpatch warning. WARNING: max() should probably be max_t(resource_size_t, SZ_64K, size) WARNING: max() should probably be max_t(resource_size_t, SZ_1M, size) Signed-off-by: Jingoo Han Signed-off-by: Bjorn Helgaas Acked-by: Jason Cooper --- Reading git-diff-tree failed