diff --git a/src/device_scan.rs b/src/device_scan.rs index 479ebd20..45c3563e 100644 --- a/src/device_scan.rs +++ b/src/device_scan.rs @@ -169,7 +169,7 @@ pub fn scan_sbs(device: &String, opts: &bch_opts) -> Result>(); let sbs = devices .iter() - .map(|path| read_super_silent(path, *opts)) + .map(|path| bch_bindgen::sb_io::read_super_opts(path.as_ref(), *opts)) .collect::>>()?; Ok(devices.iter().zip(sbs.iter())