Files
linux/drivers
Alan Ott cf28a67366 HID: hidraw: Replace Confusing += Operator with =
Setting of the return value of hidraw_read() uses the += operator when
= is more appropriate.  There is no case where ret can be anything
other than zero when the assignment is made, making = equivalent to
+= and much more clear.

Signed-off-by: Alan Ott <alan@signal11.us>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2011-01-31 15:43:46 +01:00
..
2011-01-13 08:03:09 -08:00
2011-01-12 21:55:13 +01:00
2011-01-13 15:46:35 +09:00
2011-01-10 08:51:44 -08:00
2010-12-22 15:43:26 -05:00