zephyr/subsys
Paul Sokolovsky 82a03936a4 net: sockets: Simplify if logic in sendto(), fix warning
send()/sendto() aren't "front facing" functions, so when user calls
them, context type hopefully should be already validated by other
functions. They are also on critical path of app/network performance,
so getting rid of extra check helps a little bit too. This also
fixes a warning of "err" possibly being used non-initialized.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2017-10-03 16:18:11 -04:00
..
bluetooth Bluetooth: controller: Common config for VS extensions 2017-10-03 17:57:49 +03:00
console
cpp
debug
dfu dfu: fix includes 2017-10-03 14:50:14 -04:00
disk
fs subsys: fs: consolidate elm FAT kconfig options 2017-10-03 08:43:50 -04:00
logging
net net: sockets: Simplify if logic in sendto(), fix warning 2017-10-03 16:18:11 -04:00
shell
usb usb: move headers to include/usb/class 2017-10-03 14:50:14 -04:00
Kconfig DFU: add module for interact with mcuboot 2017-09-11 11:37:43 -04:00
Makefile DFU: add module for interact with mcuboot 2017-09-11 11:37:43 -04:00