]> Pileus Git - ~andy/linux/commit
usbnet: dm9601: Fix incorrect command
authorTushar Behera <tushar.behera@linaro.org>
Mon, 14 Jan 2013 19:39:01 +0000 (19:39 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Jan 2013 20:55:07 +0000 (15:55 -0500)
commit1b9c3a1bfbf17b5713bf7e6d74254e0c879ac4a0
tree6cc3e54c13acbdafb2de5a67fcb22b1039daea8d
parentd4fc9dc200acc339370e22a0578725e8fb45da0d
usbnet: dm9601: Fix incorrect command

commit 24b1042c4eb2 ("usbnet: dm9601: apply introduced usb command
APIs") removes the distiction between DM_WRITE_REG and DM_WRITE_REGS
command. The distiction is reintroduced to the driver so that the
functionality of the driver remains same.

CC: Ming Lei <ming.lei@canonical.com>
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/dm9601.c