From: David Herrmann Date: Tue, 29 Jul 2014 15:14:20 +0000 (+0200) Subject: HID: uhid: invert report_done and make non-atomic X-Git-Tag: fixes-for-v3.18-merge-window~27^2^7~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5942b849b124c54002346e699f50db3714e300ed;p=pandora-kernel.git 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-diff-tree failed