Re: [PATCH 5/5] wlcore: sdio: Warn about runtime PM suspend errors

2018-05-21 Thread Tony Lindgren
* Tony Lindgren [180517 18:53]: > We may get -EBUSY from runtime PM and that most likely means some > earlier wlcore command did not complete yet and further calls may > fail. Let's add a warning to make it easier to track down and fix > such issues in wlcore code. Related to the warnings produce

[PATCH 5/5] wlcore: sdio: Warn about runtime PM suspend errors

2018-05-17 Thread Tony Lindgren
We may get -EBUSY from runtime PM and that most likely means some earlier wlcore command did not complete yet and further calls may fail. Let's add a warning to make it easier to track down and fix such issues in wlcore code. Signed-off-by: Tony Lindgren --- drivers/net/wireless/ti/wlcore/sdio.c