Searched hist:"12 ff19dbfd93abdb62b7b326fee3f5bfa659a75e" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | f_dfu.c | 12ff19dbfd93abdb62b7b326fee3f5bfa659a75e Tue May 03 02:25:22 UTC 2016 Peng Fan <van.freenix@gmail.com> usb: gadget: dfu: discard dead code
Reported by Coverity: Logically dead code (DEADCODE) dead_error_line: Execution cannot reach this statement: (f_dfu->strings + --i).s = ....
If calloc failed, i is still 0 and no need to call free, so discard the dead code.
Signed-off-by: Peng Fan <van.freenix@gmail.com> Cc: "Łukasz Majewski" <l.majewski@samsung.com> Cc: Marek Vasut <marex@denx.de>
|