commit | 11a1e0ed7908f04c896e69d0eb65e478c12f8519 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Oct 07 11:41:13 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Oct 14 12:52:31 2016 -0300 |
tree | 71fe5ec4889ed244b9bb06802f585f2debd91808 | |
parent | 59dde8e70cfb7afbc1b647d7d3440dfb9a78b431 [diff] |
[media] dvb-usb: warn if return value for USB read/write routines is not checked the return values for dvb_usb_generic_rw() and dvb_usb_generic_write() should be checked, as otherwise the drivers won't be doing the right thing in the case of errors. So, add __must_check to both declarations. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>