commit | 0fd92a15a01e6a57c1bbc816c574ec135c1c482e | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Thu Sep 24 16:23:18 2009 -0700 |
committer | Tony Lindgren <tony@atomide.com> | Thu Sep 24 16:23:18 2009 -0700 |
tree | 7a03c8a08c2e292315aa19f4d95957acca7996d2 | |
parent | 44e74840d668d23b65e22772828e2600641b6ab0 [diff] |
omap: rng: Use resource_size instead of manual calculation Use the resource_size function instead of manually calculating the resource size. This reduces the chance of introducing off-by-one-errors. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>