Files
i2som-imx-linux/kernel
Dan Carpenter 2da23000e7 ftrace: Clear bits properly in reset_iter_read()
commit 70f77b3f7e upstream.

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

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2013-01-03 03:33:10 +00:00
..
2011-07-26 16:49:45 -07:00
2013-01-03 03:33:05 +00:00
2011-09-23 12:05:29 +05:30
2012-10-10 03:30:50 +01:00
2011-12-09 07:50:28 -08:00
2013-01-03 03:33:08 +00:00
2012-07-12 04:31:59 +01:00
2011-10-31 17:30:44 -07:00
2013-01-03 03:32:48 +00:00
2011-08-12 16:21:35 -05:00
2011-09-19 17:04:37 -07:00