On Tue, Mar 17, 2020 at 08:22:11AM +0200, Alexander Shishkin wrote:
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: 39f10239df75 ("stm class: p_sys-t: Add support for CLOCKSYNC packets") Fixes: d69d5e83110f ("stm class: Add MIPI SyS-T protocol support") Cc: stable@vger.kernel.org # v4.20+
drivers/hwtracing/stm/p_sys-t.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
This should go to 5.6-final, right?
Don't mix and match patches in a series if possible...
greg k-h