From: Becky Bruce Date: Thu, 1 May 2008 23:03:11 +0000 (-0500) Subject: e1000e: use resource_size_t, not unsigned long, for phys addrs X-Git-Tag: v2.6.26-rc4~7^2~1^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f47e81fc36371a2f5e2b9792b6a8c56a4564ebbe;p=pandora-kernel.git e1000e: use resource_size_t, not unsigned long, for phys addrs The use of unsigned long causes the driver to fail on 32-bit systems which support 64-bit resources. Signed-off-by: Becky Bruce Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed