s390: use false/true when using bool
Yet another trivial patch to reduce the noise that coccinelle generates. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:

committed by
Martin Schwidefsky

parent
0b92515916
commit
970ba6ac6a
@@ -32,7 +32,7 @@ static bool machine_has_cpu_mhz;
|
||||
void __init cpu_detect_mhz_feature(void)
|
||||
{
|
||||
if (test_facility(34) && __ecag(ECAG_CPU_ATTRIBUTE, 0) != -1UL)
|
||||
machine_has_cpu_mhz = 1;
|
||||
machine_has_cpu_mhz = true;
|
||||
}
|
||||
|
||||
static void update_cpu_mhz(void *arg)
|
||||
|
Reference in New Issue
Block a user