From: Dan Carpenter Date: Tue, 27 Sep 2011 06:25:19 +0000 (+0300) Subject: USB: message: cleanup min_t() cast in usb_sg_init() X-Git-Tag: v3.2-rc1~183^2~108 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edb2b255a0bebac5aeb17c7613aeb76ba4e6c63c;p=pandora-kernel.git USB: message: cleanup min_t() cast in usb_sg_init() "length" is type size_t so the cast to unsigned int truncates the upper bytes. This isn't an issue in real life (I've checked the callers) but it's a bit messy. Signed-off-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed