From: Dan Carpenter Date: Mon, 22 Mar 2010 02:11:11 +0000 (+0000) Subject: stmmac: use resource_size() X-Git-Tag: v2.6.35-rc1~473^2~710 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c5365bca33194092e0a094b34b268283022a1a1;p=pandora-kernel.git stmmac: use resource_size() The size calculation is not correct. It should be end - start + 1. Use resource_size() to calculate it instead. Signed-off-by: Dan Carpenter Signed-off-by: David S. Miller --- Reading git-diff-tree failed