projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b4418c
)
Dynamic debug: fix typo: -/->
author
Roel Kluin
<roel.kluin@gmail.com>
Wed, 15 Jul 2009 18:29:07 +0000
(20:29 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 28 Jul 2009 20:45:22 +0000
(13:45 -0700)
The member was intended, not the local variable.
Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Cc: Jason Baron <jbaron@redhat.com>
Cc: Greg Banks <gnb@sgi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
lib/dynamic_debug.c
patch
|
blob
|
history
diff --git
a/lib/dynamic_debug.c
b/lib/dynamic_debug.c
index 833139ce1e225cc1bef2286b3e04d2133219f8ef..e22c148e4b7fff7605e605689561df66d018c6fa 100644
(file)
--- a/
lib/dynamic_debug.c
+++ b/
lib/dynamic_debug.c
@@
-164,7
+164,7
@@
static void ddebug_change(const struct ddebug_query *query,
if (!newflags)
dt->num_enabled--;
- else if (!dp-flags)
+ else if (!dp-
>
flags)
dt->num_enabled++;
dp->flags = newflags;
if (newflags) {