]> asedeno.scripts.mit.edu Git - linux.git/commit
mwifiex: don't print an error if an optional DT property is missing
authorJavier Martinez Canillas <javier@osg.samsung.com>
Fri, 27 May 2016 14:18:21 +0000 (10:18 -0400)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 16 Jun 2016 15:05:08 +0000 (18:05 +0300)
commit806dd220340d404857c2f1b8f4bd9f9f1f052d80
tree25baa6fe60d9d5c905724127fc137ff67e267ad9
parent213d9421c165973f6cc9d79e91c8be2de25d0ea0
mwifiex: don't print an error if an optional DT property is missing

The Documentation/devicetree/bindings/net/wireless/marvell-sd8xxx.txt DT
binding document say that the "interrupts" property in the child node is
optional. So the property being missed shouldn't be treated as an error.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Reviewed-by: Julian Calaby <julian.calaby@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/marvell/mwifiex/sdio.c