sayma: do not pollute the log with DAC status on success

pull/1428/head
Sebastien Bourdeauducq 2020-01-20 20:13:32 +08:00
parent 6b428ef3be
commit 62a52cb086
1 changed files with 0 additions and 2 deletions

View File

@ -115,8 +115,6 @@ pub mod jdac {
basic_request(dacno, jdac_requests::INIT, 0)?;
clock::spin_us(5000);
basic_request(dacno, jdac_requests::PRINT_STATUS, 0)?;
if !jesd::jsync(dacno) {
error!("JESD core reported bad SYNC");
return Err("JESD core reported bad SYNC");