From c919e77581c5f10700b2b9de2e6a55d721bf12f7 Mon Sep 17 00:00:00 2001 From: rogersb11 Date: Fri, 5 Feb 2016 08:36:58 -0500 Subject: No need to panic Stop the modem from crashing and rebooting the device for no real reason Change-Id: I6d0931a6558eb4ae9530a1dcdf44b0e57827b2e3 --- arch/arm/mach-exynos/mdm_common.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-exynos/mdm_common.c b/arch/arm/mach-exynos/mdm_common.c index 294772d..e37e125 100644 --- a/arch/arm/mach-exynos/mdm_common.c +++ b/arch/arm/mach-exynos/mdm_common.c @@ -307,7 +307,6 @@ long mdm_modem_ioctl(struct file *filp, unsigned int cmd, else { pr_info("%s: ramdump collection completed\n", __func__); mdm_drv->mdm_ram_dump_status = 0; - panic("CP Crash %s", mdm_read_err_report()); } complete(&mdm_ram_dumps); break; -- cgit v1.1