commit | 8d023a5787775cd1cee73957777122366f6eb88e | [log] [tgz] |
---|---|---|
author | Sean Young <sean@mess.org> | Thu Oct 18 12:06:05 2018 -0400 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Thu Nov 22 13:29:27 2018 -0500 |
tree | 7099086f4f93b861f6880d36e64fdcec1d4cb28c | |
parent | cea1c41d6ba010559f9ccdcfc80ce185e7fab080 [diff] |
media: rc: imon_raw: use fls rather than loop per bit Previously, the code would loop for each of the 40 bits. Now it will branch for each edge in the IR, which will be much less. Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>