diff options
Diffstat (limited to 'lib/dynamic_debug.c')
| -rw-r--r-- | lib/dynamic_debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/dynamic_debug.c b/lib/dynamic_debug.c index e925c7b960f1..7bd6df781ce5 100644 --- a/lib/dynamic_debug.c +++ b/lib/dynamic_debug.c | |||
| @@ -142,9 +142,9 @@ static void ddebug_change(const struct ddebug_query *query, | |||
| 142 | dt->num_enabled++; | 142 | dt->num_enabled++; |
| 143 | dp->flags = newflags; | 143 | dp->flags = newflags; |
| 144 | if (newflags) { | 144 | if (newflags) { |
| 145 | enable_jump_label(&dp->enabled); | 145 | jump_label_enable(&dp->enabled); |
| 146 | } else { | 146 | } else { |
| 147 | disable_jump_label(&dp->enabled); | 147 | jump_label_disable(&dp->enabled); |
| 148 | } | 148 | } |
| 149 | if (verbose) | 149 | if (verbose) |
| 150 | printk(KERN_INFO | 150 | printk(KERN_INFO |
