28 lines
804 B
Diff
28 lines
804 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Zhou Furong <furong.zhou@intel.com>
|
|
Date: Wed, 14 Feb 2018 15:14:20 +0800
|
|
Subject: [PATCH] Remove unused label to depress compile warning
|
|
|
|
As title, remove a unused label to depress compile wrning
|
|
|
|
Change-Id: I8a6daa1d85b9a95ec9a475ef39990e74c84e89e9
|
|
---
|
|
drivers/trusty/trusty-timer.c | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/drivers/trusty/trusty-timer.c b/drivers/trusty/trusty-timer.c
|
|
index 5d4466d..18e315c 100644
|
|
--- a/drivers/trusty/trusty-timer.c
|
|
+++ b/drivers/trusty/trusty-timer.c
|
|
@@ -154,7 +154,6 @@ static int trusty_timer_probe(struct platform_device *pdev)
|
|
|
|
return 0;
|
|
|
|
-err_register_call_notifier:
|
|
destroy_workqueue(s->workqueue);
|
|
err_allocate_work_queue:
|
|
kfree(s);
|
|
--
|
|
https://clearlinux.org
|
|
|