From: "Jeremy C. Andrus" <jeremya@xxxxxxxxxxxxxxx> The modem_reset_flag should be assigned to 0 (not checked for equality to 0) Signed-off-by: Jeremy C. Andrus <jeremya@xxxxxxxxxxxxxxx> Change-Id: I39043807644861e2ba4219723d763298c3b41203 Cc: Stephen Warren <swarren@xxxxxxxxxxxxx> Cc: Olof Johansson <olof@xxxxxxxxx> --- arch/arm/mach-tegra/baseband-xmm-power.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-tegra/baseband-xmm-power.c b/arch/arm/mach-tegra/baseband-xmm-power.c index 11d9b3f..40ef4e1 100755 --- a/arch/arm/mach-tegra/baseband-xmm-power.c +++ b/arch/arm/mach-tegra/baseband-xmm-power.c @@ -807,7 +807,7 @@ static void baseband_xmm_power_init2_work(struct work_struct *work) } else pr_err("%s: hsic_register is missing\n", __func__); register_hsic_device = false; - modem_reset_flag == 0; + modem_reset_flag = 0; } } -- 1.8.1 -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html