commit | f1a26e638e646d971f77c5a5186ee254b3f4e818 | [log] [tgz] |
---|---|---|
author | Ido Yariv <ido@wizery.com> | Wed Jun 20 00:03:46 2012 +0300 |
committer | Luciano Coelho <coelho@ti.com> | Fri Jun 22 10:49:45 2012 +0300 |
tree | 6bbab98111938733b37f7eacbe2fc85b49b47b0c | |
parent | 2b80040782af56e1b13ad451f593dd4e1875b2b8 [diff] |
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>