summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/comm
diff options
context:
space:
mode:
authorWolfram Sang <wolfram@the-dreams.de>2011-05-04 22:58:13 +0200
committerHarald Welte <laforge@gnumonks.org>2011-05-05 09:52:46 +0200
commita2566d0514f5393e2369e93af0ab80e3e8b2defc (patch)
tree0cdfddb7527bcd6f553afbf1149577e568b3875b /src/target/firmware/comm
parent9ddeae9d42a23e0ffa142e43799b37803bad5168 (diff)
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 <wolfram@the-dreams.de>
Diffstat (limited to 'src/target/firmware/comm')
-rw-r--r--src/target/firmware/comm/msgb.c1
1 files changed, 0 insertions, 1 deletions
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: