From: Jeremiah Mahler Date: Fri, 26 Dec 2014 00:04:41 +0000 (-0800) Subject: staging: lustre: use min/max instead of MIN/MAX, simple cases X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~83^2~319 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c5754178d8b39e5709da82873f0a6d975ea92f5;p=pandora-kernel.git staging: lustre: use min/max instead of MIN/MAX, simple cases Custom MIN/MAX operations are being used which are not as robust as the built in min/max operations which will warn about potentially problematic type comparisons. For the simple cases, where no type warning is produced, simply replace MIN/MAX with min/max. Signed-off-by: Jeremiah Mahler Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed