mwifiex: handle error if IRQ request fails in mwifiex_sdio_of()
authorAmitkumar Karwar <akarwar@marvell.com>
Fri, 9 Sep 2016 10:57:58 +0000 (16:27 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 14 Sep 2016 17:00:01 +0000 (20:00 +0300)
commit6b03144d93fc7de7ef03334384fea0fab058fa6d
tree529259d8cb1a1860692c4bab9a1b9b477d09fe2c
parentaf1afc2957d63f84a37b168e56be7a7ef6b43650
mwifiex: handle error if IRQ request fails in mwifiex_sdio_of()

When this failure occurs, we will clear card->plt_wake_cfg so that
device would initialize without wake up on external interrupt feature.
This feature specific code in suspend and resume handlers will be
skipped.

Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/marvell/mwifiex/sdio.c