comm: msgb: don't set backlight on error
authorWolfram Sang <wolfram@the-dreams.de>
Wed, 4 May 2011 20:58:13 +0000 (22:58 +0200)
committerHarald Welte <laforge@gnumonks.org>
Thu, 5 May 2011 07:52:46 +0000 (09:52 +0200)
Removes the dependency to calypso and makes place for a generic board_panic to
be added later.

Signed-off-by: Wolfram Sang <wolfram@the-dreams.de>
src/target/firmware/comm/msgb.c

index ff18e65..792abc6 100644 (file)
@@ -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: