USB: asix: Fix AX88772 device PHY selection

A small typo in ax88772_bind() prevents the device from selecting the
proper PHY, leaving the device useless. The attached patch fixes this.
If this patch can be added to the 2.6.19.x series as well, that would be
helpful for end-users.

Signed-off-by: David Hollis <dhollis@davehollis.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by David Hollis and committed by Greg Kroah-Hartman 14e51f28 4f45d038

+1 -1
+1 -1
drivers/usb/net/asix.c
··· 920 920 goto out2; 921 921 922 922 if ((ret = asix_write_cmd(dev, AX_CMD_SW_PHY_SELECT, 923 - 0x0000, 0, 0, buf)) < 0) { 923 + 1, 0, 0, buf)) < 0) { 924 924 dbg("Select PHY #1 failed: %d", ret); 925 925 goto out2; 926 926 }