Home
last modified time | relevance | path

Searched hist:ef52a073f0f0fbdc7152173f342b717a01437fa3 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_fastboot.cef52a073f0f0fbdc7152173f342b717a01437fa3 Fri Nov 03 09:27:27 UTC 2017 Jason Zhu <jason.zhu@rock-chips.com> fastboot: add missing brace in cb_flash()

In the function cb_flash, we call avb_read_flash_lock_state
in the conditional judgement, but we do not add brackets after
the return.This cause the fastboot can not work well.

Change-Id: Ib9bbd367d25bdc3e93e6db4444896caa114382a7
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>