]> git.baikalelectronics.ru Git - kernel.git/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)
commit857fbd043a50baca747ba94a085f7d56ed2a625b
tree6cc3e54c13acbdafb2de5a67fcb22b1039daea8d
parent63d48d1f46bf86d87d99ffd77fe76d9c400be9bc
usbnet: dm9601: Fix incorrect command

commit 8366e495d350 ("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