Merge "ipq: dump_to_usb needs some delay before usb stop"

This commit is contained in:
Linux Build Service Account 2022-04-01 09:38:31 -07:00 committed by Gerrit - the friendly Code Review server
commit 2ce1c60aa4

View file

@ -674,6 +674,7 @@ static int do_dumpqca_data(unsigned int dump_level)
stop_dump:
#if defined(CONFIG_USB_STORAGE) && defined(CONFIG_FS_FAT)
if (is_usb_dump == 1) {
mdelay(2000);
run_command("usb stop", 0);
mdelay(1000);
}