From a2566d0514f5393e2369e93af0ab80e3e8b2defc Mon Sep 17 00:00:00 2001 From: Wolfram Sang Date: Wed, 4 May 2011 22:58:13 +0200 Subject: comm: msgb: don't set backlight on error Removes the dependency to calypso and makes place for a generic board_panic to be added later. Signed-off-by: Wolfram Sang --- src/target/firmware/comm/msgb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/target/firmware/comm/msgb.c b/src/target/firmware/comm/msgb.c index ff18e65b..792abc6a 100644 --- a/src/target/firmware/comm/msgb.c +++ b/src/target/firmware/comm/msgb.c @@ -60,7 +60,6 @@ void *_talloc_zero(void *ctx, unsigned int size, const char *name) } } cons_puts("unable to allocate msgb\n"); - bl_level(++i % 50); delay_ms(50); } panic: -- cgit v1.2.3