From 946701e564c0ee7301d6d9f41c5f26ea69543e83 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Fri, 20 May 2011 17:24:34 +0300 Subject: [PATCH] --- yaml --- r: 255090 b: refs/heads/master c: 2a826061df67f205636b953f58f8bede2a3f009c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/mtd/ubi/ubi.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index d2a877b4b954..f2cd8127cf36 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 01a4110d2b86b05918debf39c50867cbb9598491 +refs/heads/master: 2a826061df67f205636b953f58f8bede2a3f009c diff --git a/trunk/drivers/mtd/ubi/ubi.h b/trunk/drivers/mtd/ubi/ubi.h index fd19f8d3bce8..dc64c767fd21 100644 --- a/trunk/drivers/mtd/ubi/ubi.h +++ b/trunk/drivers/mtd/ubi/ubi.h @@ -667,6 +667,7 @@ static inline void ubi_ro_mode(struct ubi_device *ubi) if (!ubi->ro_mode) { ubi->ro_mode = 1; ubi_warn("switch to read-only mode"); + ubi_dbg_dump_stack(); } }