Re: [PATCH v1 2/5] usbnet: smsc75xx: apply the introduced usbnet_read[write]_cmd_nopm

2012-11-04 Thread Ming Lei
On Sun, Nov 4, 2012 at 1:58 PM, David Miller wrote: > > This gets rejects, you didn't have your net-next tree uptodate > enough. Sorry, I just rebased that on 3.7.0-rc3-next-20121102. The new patchset which is against the latest net-next has been sent out. Thanks, -- Ming Lei -- To unsubscribe

Re: [PATCH v1 2/5] usbnet: smsc75xx: apply the introduced usbnet_read[write]_cmd_nopm

2012-11-03 Thread David Miller
From: Ming Lei Date: Sun, 4 Nov 2012 09:29:51 +0800 > This patch applies the introduced usbnet_read_cmd_nopm() and > usbnet_write_cmd_nopm() in the callback of resume and suspend > to avoid deadlock if USB runtime PM is considered into > usbnet_read_cmd() and usbnet_write_cmd(). > > Cc: Steve G

[PATCH v1 2/5] usbnet: smsc75xx: apply the introduced usbnet_read[write]_cmd_nopm

2012-11-03 Thread Ming Lei
This patch applies the introduced usbnet_read_cmd_nopm() and usbnet_write_cmd_nopm() in the callback of resume and suspend to avoid deadlock if USB runtime PM is considered into usbnet_read_cmd() and usbnet_write_cmd(). Cc: Steve Glendinning Signed-off-by: Ming Lei --- drivers/net/usb/smsc75xx.