[S390] cpum_cf: get rid of compile warnings
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Wed, 11 Apr 2012 12:28:10 +0000 (14:28 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 11 Apr 2012 12:28:25 +0000 (14:28 +0200)
commitaf0ee94e541e366ee4b84c6d476c88fd633fe80a
treeb8f907a68c6553016ac34ae9280cd28ef4761da1
parent7968ca814801b403ebd0829eda7a92e3eef23b45
[S390] cpum_cf: get rid of compile warnings

Fix these:

arch/s390/kernel/perf_cpum_cf.c:180:3: warning: format '%lx'
   expects argument of type 'long unsigned int',
   but argument 2 has type 'int' [-Wformat]
arch/s390/kernel/perf_cpum_cf.c: In function 'cpumf_pmu_disable':
arch/s390/kernel/perf_cpum_cf.c:205:3: warning: format '%lx'
   expects argument of type 'long unsigned int',
   but argument 2 has type 'int' [-Wformat]

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/perf_cpum_cf.c