powerpc64/ftrace: Drop pointless static qualifier in is_b_op()
authorYueHaibing <yuehaibing@huawei.com>
Tue, 13 Nov 2018 13:56:56 +0000 (13:56 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 25 Nov 2018 06:11:22 +0000 (17:11 +1100)
commitd64cf54e89c86487c1369991af79d8331c3e8988
tree7704e4c9dbce7423d82bca7dbafe1cc46c4dd975
parente734dd63cc42febee4730ecef97ae32d1be41e2b
powerpc64/ftrace: Drop pointless static qualifier in is_b_op()

There is no need to have the 'intoffset' variable static since new value
always be assigned before use it.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Reviewed-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/trace/ftrace.c