summaryrefslogtreecommitdiffstats
path: root/patches/linux-3.11-rc1/0016-wip.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/linux-3.11-rc1/0016-wip.patch')
-rw-r--r--patches/linux-3.11-rc1/0016-wip.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/patches/linux-3.11-rc1/0016-wip.patch b/patches/linux-3.11-rc1/0016-wip.patch
deleted file mode 100644
index ec2c03a..0000000
--- a/patches/linux-3.11-rc1/0016-wip.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= <u.kleine-koenig@pengutronix.de>
-Date: Mon, 11 Mar 2013 16:10:49 +0100
-Subject: [PATCH] wip
-
----
- drivers/mfd/efm32board.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/drivers/mfd/efm32board.c b/drivers/mfd/efm32board.c
-index ae35916..6270826 100644
---- a/drivers/mfd/efm32board.c
-+++ b/drivers/mfd/efm32board.c
-@@ -64,6 +64,8 @@ static irqreturn_t efm32board_handler(int irq, void *data)
- /* ack BC irq */
- writew(0, ddata->base + INTFLAG);
-
-+ pr_info("%s: INTFLAG=%hx\n", __func__, val);
-+
- while (val) {
- int line = __fls(val);
-