From: Darshana Padmadas Date: Sun, 8 Mar 2015 18:03:39 +0000 (+0530) Subject: drivers: staging: dgnc: Replace min with min_t X-Git-Tag: omap-for-v4.2/o2_dc~155^2~138^2~515 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3d81a379b0933f3a2e9ceba6cb770ceb4865c18;p=pandora-kernel.git drivers: staging: dgnc: Replace min with min_t This patch replaces min with min_t and eliminates the following warning found by checkpatch.pl: WARNING: min() should probably be min_t(uint, n, 12) Signed-off-by: Darshana Padmadas Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed