[PATCH 1/5] comm: msgb: don't set backlight on error
Wolfram Sang
wolfram at the-dreams.de
Wed May 4 22:58:13 CEST 2011
Removes the dependency to calypso and makes place for a generic board_panic to
be added later.
Signed-off-by: Wolfram Sang <wolfram at the-dreams.de>
---
src/target/firmware/comm/msgb.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/target/firmware/comm/msgb.c b/src/target/firmware/comm/msgb.c
index ff18e65..792abc6 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:
--
1.7.2.5
More information about the baseband-devel
mailing list