From: Alexander Clouter Date: Fri, 27 Mar 2009 04:59:54 +0000 (+0800) Subject: hwrng: timeriomem - Use phys address rather than virt X-Git-Tag: v2.6.30-rc1~239^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3341323bb4c198f704cffbfdda37bcec1226ef7d;p=pandora-kernel.git hwrng: timeriomem - Use phys address rather than virt There is no ioremap'ing or anything in timeriomem-rng.c as I foolishly used already remapped virtual addresses instead of passing the physical address to be polled. This patch fixes this flaw and lets developers do the Right Thing(tm). Signed-off-by: Alexander Clouter Signed-off-by: Herbert Xu --- Reading git-diff-tree failed