commit | aa1a15e2d9199711cdcc9399fdb22544ab835a83 | [log] [tgz] |
---|---|---|
author | Daniel Mack <zonque@gmail.com> | Sat Sep 21 00:50:38 2013 +0530 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 24 10:33:07 2013 -0400 |
tree | f12ddc541a0ffc25eb3b60fb1fb04f341c3ed0ec | |
parent | 44da5c2f523876a02336c18dbcce93449fdbf0ca [diff] |
net: ethernet: cpsw: switch to devres allocations This patch cleans up the allocation and error unwind paths, which allows us to carry less information in struct cpsw_priv and reduce the amount of jump labels in the probe functions. Signed-off-by: Daniel Mack <zonque@gmail.com> Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com> Signed-off-by: David S. Miller <davem@davemloft.net>