diff options
author | Jonas Bonn <jonas@southpole.se> | 2010-06-11 02:47:40 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-06-11 13:28:37 -0700 |
commit | a71fba97295db924c0b90266e9833e5059fead24 (patch) | |
tree | d6be811cf4910167ed83fdfb2bdcd51d0c7bf0fd /net/ipv4/inet_lro.c | |
parent | b46773db64c264a6600f58d9da1ae43708b47fda (diff) | |
download | linux-a71fba97295db924c0b90266e9833e5059fead24.tar.bz2 |
ethoc: use devres resource management
The point of using the devres resource management routines is that they
simplify the driver by taking care of releasing resources on failure and
release. A recent commit added a bunch of error handling that is unnecessary
in this context.
This patch removes this redundant error handling, as well as using
dmam_alloc_coherent in place of dma_alloc_coherent in order to use this
framework consistenly throughout the driver.
Signed-off-by: Jonas Bonn <jonas@southpole.se>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/inet_lro.c')
0 files changed, 0 insertions, 0 deletions