diff options
author | 2009-09-13 21:16:56 -0700 | |
---|---|---|
committer | 2009-09-13 21:16:56 -0700 | |
commit | fc8e1ead9314cf0e0f1922e661428b93d3a50d88 (patch) | |
tree | f3cb97c4769b74f6627a59769f1ed5c92a13c58a /lib/dynamic_debug.c | |
parent | Input: atkbd - add Compaq Presario R4000-series repeat quirk (diff) | |
parent | Input: bcm5974 - silence uninitialized variables warnings (diff) | |
download | linux-dev-fc8e1ead9314cf0e0f1922e661428b93d3a50d88.tar.xz linux-dev-fc8e1ead9314cf0e0f1922e661428b93d3a50d88.zip |
Merge branch 'next' into for-linus
Diffstat (limited to 'lib/dynamic_debug.c')
-rw-r--r-- | lib/dynamic_debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dynamic_debug.c b/lib/dynamic_debug.c index 833139ce1e22..e22c148e4b7f 100644 --- 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) { |