tracing/hwlat: Drop the duplicate assignment in start_kthread()
authorKevin Hao <haokexin@gmail.com>
Thu, 30 Jul 2020 08:23:17 +0000 (16:23 +0800)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Thu, 30 Jul 2020 23:35:04 +0000 (19:35 -0400)
commita9d0ba6772a0056457838022b624c3d2a17cee21
treed4031ad795828a10b9b3ead1fef9aa26b4d54042
parent36b8aacf2a483ba40fbe91c830d314e0bc133044
tracing/hwlat: Drop the duplicate assignment in start_kthread()

We have set 'current_mask' to '&save_cpumask' in its declaration,
so there is no need to assign again.

Link: https://lkml.kernel.org/r/20200730082318.42584-1-haokexin@gmail.com
Signed-off-by: Kevin Hao <haokexin@gmail.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
kernel/trace/trace_hwlat.c