From 5942b849b124c54002346e699f50db3714e300ed Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Tue, 29 Jul 2014 17:14:20 +0200 Subject: [PATCH] HID: uhid: invert report_done and make non-atomic All accesses to @report_done are protected by qlock (or report-contexts). No need to use an atomic. While at it, invert the logic and call it "report_running". This is similar to the uhid->running field and easier to read. Signed-off-by: David Herrmann Signed-off-by: Jiri Kosina --- Reading git-format-patch failed