Loading arch/arm/mach-msm/smp2p.c +1 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ struct smp2p_out_list_item { static struct smp2p_out_list_item out_list[SMP2P_NUM_PROCS]; static void *log_ctx; static int smp2p_debug_mask = MSM_SMP2P_INFO; static int smp2p_debug_mask = MSM_SMP2P_INFO | MSM_SMP2P_DEBUG; module_param_named(debug_mask, smp2p_debug_mask, int, S_IRUGO | S_IWUSR | S_IWGRP); Loading arch/arm/mach-msm/smp2p_gpio.c +1 −1 Original line number Diff line number Diff line Loading @@ -420,7 +420,7 @@ static void msm_summary_irq_handler(struct smp2p_chip_dev *chip, spin_unlock_irqrestore(&chip->irq_lock, flags); if (trigger_interrrupt) { SMP2P_GPIO( SMP2P_INFO( "'%s':%d GPIO bit %d virq %d (%s,%s) - edge %s triggering\n", chip->name, chip->remote_pid, i, chip->irq_base + i, Loading Loading
arch/arm/mach-msm/smp2p.c +1 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ struct smp2p_out_list_item { static struct smp2p_out_list_item out_list[SMP2P_NUM_PROCS]; static void *log_ctx; static int smp2p_debug_mask = MSM_SMP2P_INFO; static int smp2p_debug_mask = MSM_SMP2P_INFO | MSM_SMP2P_DEBUG; module_param_named(debug_mask, smp2p_debug_mask, int, S_IRUGO | S_IWUSR | S_IWGRP); Loading
arch/arm/mach-msm/smp2p_gpio.c +1 −1 Original line number Diff line number Diff line Loading @@ -420,7 +420,7 @@ static void msm_summary_irq_handler(struct smp2p_chip_dev *chip, spin_unlock_irqrestore(&chip->irq_lock, flags); if (trigger_interrrupt) { SMP2P_GPIO( SMP2P_INFO( "'%s':%d GPIO bit %d virq %d (%s,%s) - edge %s triggering\n", chip->name, chip->remote_pid, i, chip->irq_base + i, Loading