serial: sh-sci: Regtype probing doesn't need to be fatal.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 28 Jun 2011 04:44:37 +0000 (13:44 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 28 Jun 2011 04:44:37 +0000 (13:44 +0900)
commit3127c6b225c6893bdfcd4db64d4316ce317fc10f
treeb4f64a061017d8d334fbf8412868ae7ea9d2193c
parent4b8c59a3d83e9cf2b65b16999a0c704fc72de056
serial: sh-sci: Regtype probing doesn't need to be fatal.

This was using a BUG_ON(), but it's not strictly necessary, so relax the
constraints a bit.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/tty/serial/sh-sci.c