Files
linux/drivers
Christophe JAILLET 46dcd1cc2b HID: logitech-hidpp: Use 'atomic_inc_return' instead of hand-writing it
This function logs a warning if the workqueue gets too big.
In order to save a few cycles, use 'atomic_inc_return()' instead of an
'atomic_inc()/atomic_read()' sequence.

This axes a line of code and saves a 'atomic_read()' call.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2021-08-20 14:20:34 +02:00
..
2021-06-24 18:49:01 -06:00
2021-04-18 09:36:56 +03:00
2021-06-29 10:53:50 -07:00
2021-06-29 10:53:48 -07:00
2021-06-18 11:43:09 +02:00
2021-06-14 13:57:39 +02:00
2021-06-01 16:44:09 +01:00
2021-06-16 08:53:58 -06:00