Skip to content

Commit

Permalink
[PATCH] USB: Rename ax8817x_func() to asix_func() and add utility fun…
Browse files Browse the repository at this point in the history
…ctions 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>
  • Loading branch information
David Hollis authored and Greg Kroah-Hartman committed Apr 14, 2006
1 parent 9fc4831 commit 48b1be6
Showing 1 changed file with 163 additions and 164 deletions.
Loading

0 comments on commit 48b1be6

Please sign in to comment.