]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] USB: Rename ax8817x_func() to asix_func() and add utility functions to reduce...
authorDavid Hollis <dhollis@davehollis.com>
Wed, 29 Mar 2006 01:15:42 +0000 (20:15 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 14 Apr 2006 18:12:25 +0000 (11:12 -0700)
commit48b1be6ac080c3bb5ad3e529d8816953507790ab
treefa98953652478127067380c23e1ed7cd91a65a8b
parent9fc4831cc3e063019079581ff5062f9790d9b0c7
[PATCH] USB: Rename ax8817x_func() to asix_func() and add utility functions to reduce bloat

Now that the ASIX code is supporting more than just the AX88172 devices,
make the utility function names more generic: ax8817x_func -> asix_func.
Functions that are chip specific now indicate as such: ax88772_func.

Additionally, pull some common routines used in initialization and such
into simple functions to reduce the verbosity of certain functions such
as
the bind() routines and to make the error handling consistent across the
board.

Signed-off-by: David Hollis <dhollis@davehollis.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/net/asix.c