From: Nicolas Pitre Date: Fri, 13 May 2005 00:18:19 +0000 (-0400) Subject: [PATCH] smc91x addr config check X-Git-Tag: v2.6.13-rc1~90^2~583^2~59^2~2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53155109b6ac611d9bb4a4ef9d3109b219b8d0e1;p=pandora-kernel.git [PATCH] smc91x addr config check The PAGE_SIZE mask is indeed confusing. Use the exact mask for this context which has nothing to do with memory pages at all. Also cast to int since the value to compare with is an int. Signed-off-by: Nicolas Pitre Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed