commit | 399db75b2cc62aa67d465158b11fafca9ca9b408 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Sun Jul 21 13:25:03 2013 -0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 22 16:50:31 2013 -0700 |
tree | e3600278aad69631b1a8c594b85ca3e923522736 | |
parent | 13a097bd35a15bbec00479adfb2ef5360e8eabef [diff] |
fec: Remove unneeded check in platform_get_resource() As devm_ioremap_resource() is used, there is no need to explicitely check the return value from platform_get_resource(), as this is something that devm_ioremap_resource() takes care by itself. Also, place platform_get_resource() prior to devm_ioremap_resource() for better code readability. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: David S. Miller <davem@davemloft.net>