Re: [PATCH] usbnet: dm9601: Fix incorrect command

2013-01-16 Thread David Miller
From: Tushar Behera Date: Tue, 15 Jan 2013 11:09:01 +0530 > 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 r

[PATCH] usbnet: dm9601: Fix incorrect command

2013-01-14 Thread Tushar Behera
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 Signed-off-by: Tushar Behera --- drive