commit | 6574305b0ed32f286dcebd653a2f3ba4e421f06c | [log] [tgz] |
---|---|---|
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | Mon Feb 08 21:07:16 2010 +0100 |
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | Wed Feb 24 10:06:58 2010 +0100 |
tree | 9e8f3ce3b34885de2fd45d884b72a5daa3d49cff | |
parent | 3621f188b945a9f9bc1387115834041b7a4619e0 [diff] |
arm/imx/gpio: remove a BUG_ON in hot path Now if the problem occurs that triggered the BUG_ON before, the machine runs in a NULL pointer dereference. So it wouldn't be much harder now to debug the situation if it occured. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>