From: Richard Knutsson Date: Tue, 5 Feb 2008 06:27:41 +0000 (-0800) Subject: pcmcia/axnet_cs: make use of 'max()' instead of handcrafted one X-Git-Tag: v2.6.25-rc1~1032 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c61f26fa609f11a471a68668b838b7366b2b75e0;p=pandora-kernel.git pcmcia/axnet_cs: make use of 'max()' instead of handcrafted one Use 'max(x,y)' instead of 'x < y ? y : x'. Signed-off-by: Richard Knutsson Acked-by: Alan Cox Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed