bsp/altera-cyclone-v: Remove debug output

This commit is contained in:
Sebastian Huber
2017-03-07 14:40:45 +01:00
parent 2433a8ab1c
commit 65b63b2b23

View File

@@ -393,7 +393,6 @@ static bool altera_cyclone_v_ds1339_probe(int minor)
/* RTC is not DS1339 */
return false;
printk("RTC detected, type = DS1339\n");
return true;
}
@@ -782,7 +781,6 @@ static bool altera_cyclone_v_m41st87_probe(int minor)
/* RTC is not M41ST87 */
return false;
printk("RTC detected, type = M41ST87\n");
return true;
}