zephyr/drivers
Michael Scott d5d35d06d1 drivers: modem: wncm14a2a: cleanup wncm14a2a_rx() handler block
Coverity doesn't like that we're storing the return value of
net_buf_findcrlf() near the end of the handler block as "len".
Only to overwrite "len" again once we exit and look for the next
match.

Let's ignore the return value there and also remove the redundant
check for !frag.  Either way, we've found a handler, and need to
break the search loop.

Fixes: https://github.com/zephyrproject-rtos/zephyr/issues/12315

Signed-off-by: Michael Scott <mike@foundries.io>
2019-03-07 04:58:45 -06:00
..
adc drivers: adc: Fix handling of invalid sampling requests 2019-01-17 16:58:21 -05:00
aio drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
audio drivers: intel_dmic: replace cache operation macros 2019-02-20 07:33:11 -05:00
bluetooth include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
can drivers: can: stm32_can: Fix shifting zero width or out of bounds 2019-03-03 23:57:25 -05:00
clock_control drivers: clock_control: Fix build warnings in rv32m1 driver 2019-03-05 08:18:52 -05:00
console console: tty: Remove dependency on older "consoles" 2019-02-28 16:57:50 -08:00
counter drivers: counter_nrfx_timer: Port driver to DTS 2019-03-01 19:46:57 +01:00
crypto drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
display drivers: ssd1306: fix build for SH1106 controller 2019-02-27 08:54:20 -06:00
dma Kconfig: intel_s1000: Remove DCACHE_WRITEBACK 2019-02-20 07:33:11 -05:00
entropy drivers: entropy: stm32: fix invalid assert in rng init 2019-03-02 17:44:47 +01:00
ethernet drivers: eth: gmac: fix screening registers limit check 2019-03-06 11:43:17 -06:00
flash soc: nxp_kinetis: Add HAS_MCUX_FTFX to conditionalize mcux flash driver 2019-03-06 21:19:25 -06:00
gpio drivers: gpio: sifive: cleanup irq initialzation code 2019-03-05 12:42:54 -05:00
hwinfo shell: Modify subcommands to use SHELL_STATIC_SUBCMD_SET_CREATE 2019-02-20 07:31:35 -05:00
i2c drivers: nrfx: Add Kconfig checks for mutually exclusive peripherals 2019-03-05 13:38:18 -05:00
i2s kconfig: Remove redundant 'default n' properties 2019-02-27 09:25:22 +01:00
ieee802154 drivers/ieee802154: Switch KW41Z to new net_ptk allocator 2019-02-23 07:44:59 -05:00
interrupt_controller drivers: interrupt_controller: Fix build warnings in rv32m1 driver 2019-03-05 08:18:52 -05:00
ipm kconfig: Remove redundant 'default n' properties 2019-02-27 09:25:22 +01:00
led drivers/led: Remove case ranges from the LP3943 LED driver 2019-03-06 17:44:04 -05:00
led_strip drivers: nrf_power_clock: Migrate to DTS. 2019-02-25 17:51:24 +01:00
modem drivers: modem: wncm14a2a: cleanup wncm14a2a_rx() handler block 2019-03-07 04:58:45 -06:00
net net: lldp: Allow generation of documentation 2019-03-01 09:45:06 +01:00
neural_net kconfig: Use a short consistent prompt style 2019-02-27 09:23:30 +01:00
pci pci: General code cleanup 2018-12-07 11:32:45 -05:00
pinmux drivers: pinmux: Fix build warnings in rv32m1 driver 2019-03-05 08:18:52 -05:00
ptp_clock drivers: ptp_clock: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
pwm kconfig: pwm: Remove redundant deps. and clean up a bit 2019-03-01 13:50:06 -06:00
rtc soc: stm32: Convert CONFIG_RTC leftover to DT_ 2019-02-07 16:14:00 -05:00
sensor drivers: nrf_power_clock: Migrate to DTS. 2019-02-25 17:51:24 +01:00
serial drivers: nrfx: Add Kconfig checks for mutually exclusive peripherals 2019-03-05 13:38:18 -05:00
spi drivers: spi: nrfx: Improve a few Kconfig option prompts 2019-03-05 13:38:18 -05:00
timer drivers: timer: Fix build warnings in rv32m1 driver 2019-03-05 08:18:52 -05:00
usb drivers: usb: nordic: implement remote wakeup 2019-02-27 10:37:16 +01:00
watchdog drivers: Changed return statement in function get_timeout() 2019-03-03 10:44:06 -05:00
wifi drivers: wifi: simplelink: Use TI SimpleLink SDK 2.40 2019-03-05 11:37:10 -05:00
CMakeLists.txt drivers: Add hwinfo API 2019-02-03 12:07:20 -05:00
Kconfig drivers: Add hwinfo API 2019-02-03 12:07:20 -05:00