]> git.baikalelectronics.ru Git - kernel.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)
commit940b15e57693a8250c757dfc687c8dea7920098f
treefa98953652478127067380c23e1ed7cd91a65a8b
parentb8660911f8c364ad051ab3f72829fac1b4e7d903
[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