]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ethoc: use devres resource management
authorJonas Bonn <jonas@southpole.se>
Fri, 11 Jun 2010 02:47:40 +0000 (02:47 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 Jun 2010 20:28:37 +0000 (13:28 -0700)
commita71fba97295db924c0b90266e9833e5059fead24
treed6be811cf4910167ed83fdfb2bdcd51d0c7bf0fd
parentb46773db64c264a6600f58d9da1ae43708b47fda
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>
drivers/net/ethoc.c