commit | 3341323bb4c198f704cffbfdda37bcec1226ef7d | [log] [tgz] |
---|---|---|
author | Alexander Clouter <alex@digriz.org.uk> | Fri Mar 27 12:59:54 2009 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Mar 27 12:59:54 2009 +0800 |
tree | 6fa9d807e9ccd3e6e0eb75cea990317dbd68fcf1 | |
parent | be0ea69674ed95e1e98cb3687a241badc756d228 [diff] |
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 <alex@digriz.org.uk> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>