From: Mikko Ylinen Date: Mon, 7 Aug 2006 13:25:41 +0000 (+0300) Subject: ARM: OMAP: Check STI channel value before registering console driver X-Git-Tag: v2.6.18-omap1~118^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7245d8ee22276e6a0b4986c4900040c1f315facc;p=pandora-kernel.git ARM: OMAP: Check STI channel value before registering console driver Since ab7ad9fe425f03c9f83379509c44f98d155e1424 sti-console puts crap into STI if serial console is configured as a preferred console. This is due to uninitialized sti_console_channel (0 is a bad channel value). The fix is to check the STI channel value before registering the console driver. Signed-off-by: Mikko Ylinen Signed-off-by: Juha Yrjola --- Reading git-diff-tree failed