diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2012-06-09 16:10:27 (GMT) |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2012-11-15 21:10:17 (GMT) |
commit | 70f77b3f7ec010ff9624c1f2e39a81babc9e2429 (patch) | |
tree | a47ad8d3c846b8418919a2cfdfbf6424ff041767 /kernel/posix-cpu-timers.c | |
parent | 18423d3562f396206e0928a71177eeb2edfed077 (diff) | |
download | linux-fsl-qoriq-70f77b3f7ec010ff9624c1f2e39a81babc9e2429.tar.xz |
ftrace: Clear bits properly in reset_iter_read()
There is a typo here where '&' is used instead of '|' and it turns the
statement into a noop. The original code is equivalent to:
iter->flags &= ~((1 << 2) & (1 << 4));
Link: http://lkml.kernel.org/r/20120609161027.GD6488@elgon.mountain
Cc: stable@vger.kernel.org # all of them
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'kernel/posix-cpu-timers.c')
0 files changed, 0 insertions, 0 deletions