commit | 0052a65413f006663e0d7fbfc886ea5bbd8f197f | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Mon Feb 16 18:09:16 2015 -0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sun Mar 01 23:02:26 2015 +1300 |
tree | 56c854a7afc6487e1a40423cf2e14ea63f5c7aec | |
parent | aeb9624f96581732b1ffd21af967375839ba227d [diff] |
hwrng: bcm63xx - use devm_* helpers Simplify the driver's probe function and error handling by using the device managed allocators, while at it, drop the redundant "out of memory" messages since these are already printed by the allocator. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>