Loading drivers/soc/qcom/smd.c +2 −2 Original line number Diff line number Diff line /* drivers/soc/qcom/smd.c * * Copyright (C) 2007 Google, Inc. * Copyright (c) 2008-2014, The Linux Foundation. All rights reserved. * Copyright (c) 2008-2015, The Linux Foundation. All rights reserved. * Author: Brian Swetland <swetland@google.com> * * This software is licensed under the terms of the GNU General Public Loading Loading @@ -2595,7 +2595,7 @@ static irqreturn_t smsm_irq_handler(int irq, void *data) SMSM_DBG("<SM %08x %08x>\n", apps, modm); if (modm & SMSM_RESET) { pr_err("\nSMSM: Modem SMSM state changed to SMSM_RESET."); pr_err("SMSM: Modem SMSM state changed to SMSM_RESET.\n"); } else if (modm & SMSM_INIT) { if (!(apps & SMSM_INIT)) apps |= SMSM_INIT; Loading Loading
drivers/soc/qcom/smd.c +2 −2 Original line number Diff line number Diff line /* drivers/soc/qcom/smd.c * * Copyright (C) 2007 Google, Inc. * Copyright (c) 2008-2014, The Linux Foundation. All rights reserved. * Copyright (c) 2008-2015, The Linux Foundation. All rights reserved. * Author: Brian Swetland <swetland@google.com> * * This software is licensed under the terms of the GNU General Public Loading Loading @@ -2595,7 +2595,7 @@ static irqreturn_t smsm_irq_handler(int irq, void *data) SMSM_DBG("<SM %08x %08x>\n", apps, modm); if (modm & SMSM_RESET) { pr_err("\nSMSM: Modem SMSM state changed to SMSM_RESET."); pr_err("SMSM: Modem SMSM state changed to SMSM_RESET.\n"); } else if (modm & SMSM_INIT) { if (!(apps & SMSM_INIT)) apps |= SMSM_INIT; Loading