]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
wlcore: Force checking of io functions' return values
authorIdo Yariv <ido@wizery.com>
Tue, 19 Jun 2012 21:03:46 +0000 (00:03 +0300)
committerLuciano Coelho <coelho@ti.com>
Fri, 22 Jun 2012 07:49:45 +0000 (10:49 +0300)
commitf1a26e638e646d971f77c5a5186ee254b3f4e818
tree6bbab98111938733b37f7eacbe2fc85b49b47b0c
parent2b80040782af56e1b13ad451f593dd4e1875b2b8
wlcore: Force checking of io functions' return values

All io functions' return values should be propagated and handled. Add a
__must_check annotation to verify that the return values are checked and
to avoid future mistakes.

Signed-off-by: Ido Yariv <ido@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
drivers/net/wireless/ti/wl12xx/main.c
drivers/net/wireless/ti/wl18xx/io.h
drivers/net/wireless/ti/wlcore/io.h
drivers/net/wireless/ti/wlcore/sdio.c
drivers/net/wireless/ti/wlcore/spi.c
drivers/net/wireless/ti/wlcore/wlcore_i.h