]> git.baikalelectronics.ru Git - kernel.git/commit
stm class: sys-t: Fix the use of time_after()
authorAlexander Shishkin <alexander.shishkin@linux.intel.com>
Tue, 17 Mar 2020 06:22:11 +0000 (08:22 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Mar 2020 10:32:55 +0000 (11:32 +0100)
commit2317770cb3a2f7bbbb08f4b42043abd7882213b0
tree87427d8d26de6732ee012a93b6913057e8b87778
parent89c34fa6eac6ad7fcf836ff781c8278c9b6ab8ba
stm class: sys-t: Fix the use of time_after()

The operands of time_after() are in a wrong order in both instances in
the sys-t driver. Fix that.

Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Fixes: 9a868f22660f ("stm class: p_sys-t: Add support for CLOCKSYNC packets")
Fixes: bfcdcb94fc67 ("stm class: Add MIPI SyS-T protocol support")
Cc: stable@vger.kernel.org # v4.20+
Link: https://lore.kernel.org/r/20200317062215.15598-3-alexander.shishkin@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hwtracing/stm/p_sys-t.c