Re: [RFC PATCH 2/2] tty:msm_serial: Do not reset IP if we use bootconsole

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





On 10/06/14 15:32, Srinivas Kandagatla wrote:
+	 * do not reset if we are the boot console
+	 * can result in a lockup from bootconsole
+	 */
+	if (have_boot_console())
+		msm_reset(port);
Oops..

I think I sent a wrong changeset I this patch... this should be.

	if (!have_boot_console())
		msm_reset(port);


Will fix it in next version..
--
To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [Linux for Sparc]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux