From: Przemo Firszt Date: Mon, 10 Dec 2012 23:21:22 +0000 (+0000) Subject: rtl8712: replace min with min_t X-Git-Tag: v3.9-rc1~127^2~487 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0024a1e73404b06a302f39eb3ceb15d9d741c552;p=pandora-kernel.git rtl8712: replace min with min_t I've changed the ugly casting here and used min_t() instead. I also changed the u16 to a u32 because ->network.Ssid.SsidLength is 32 bits. It doesn't make a difference, but truncating the upper bits away is sloppy. Signed-off-by: Przemo Firszt Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed