Revision f5be3e29127aec8c87f883aadadff337f8c2cfd7 authored by Al Viro on 14 September 2014, 01:50:45 UTC, committed by Al Viro on 14 September 2014, 02:14:16 UTC
read_seqretry() returns true on mismatch, not on match...

Cc: stable@vger.kernel.org # 3.15+
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
1 parent 6f18493
Raw File
Makefile
#
# Makefile for the linux kernel.
#

obj-y := dio.o dio-driver.o dio-sysfs.o
back to top