https://github.com/torvalds/linux
Revision c94606f45b412a4194b126b981fdbbdd054ca770 authored by Nick Dyer on 28 July 2014, 09:13:55 UTC, committed by Nick Dyer on 09 September 2014, 15:27:30 UTC
There is a possibility of a race here otherwise.

Signed-off-by: Nick Dyer <nick.dyer@itdev.co.uk>
1 parent 1a811c3
Raw File
Tip revision: c94606f45b412a4194b126b981fdbbdd054ca770 authored by Nick Dyer on 28 July 2014, 09:13:55 UTC
Input: atmel_mxt_ts - call CRC completion after CRC update
Tip revision: c94606f
Makefile
# Makefile for Linux samples code

obj-$(CONFIG_SAMPLES)	+= kobject/ kprobes/ trace_events/ \
			   hw_breakpoint/ kfifo/ kdb/ hidraw/ rpmsg/ seccomp/
back to top