Re: [PATCH] staging: rtl8712: Improve suspend/resume functionality.

2016-02-19 Thread Dan Carpenter
Run your patch through scripts/checkpatch.pl ERROR: that open brace { should be on the previous line regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [PATCH] staging: rtl8712: Improve suspend/resume functionality.

2016-02-17 Thread Larry Finger
On 02/16/2016 03:20 PM, Hemmo Nieminen wrote: Fix a driver hang caused by earlier suspend/resume cycles. By handling a ENODEV error during suspend as a real error we eventually end up stopping the whole driver. Fix this by handling the ENODEV error (during suspend) essentially by retrying. Sign