Remove PRD debug prints
This commit is contained in:
parent
55c78c4fc3
commit
1a888d63d5
@ -208,11 +208,6 @@ impl AhciPort {
|
||||
} else {
|
||||
0x40_0000
|
||||
};
|
||||
println!(
|
||||
"Prd::new({:#x}, {:#x}, false)",
|
||||
data_buf_phys + (i * 0x40_0000) as u64,
|
||||
size as u32
|
||||
);
|
||||
Prd::new(data_buf_phys + (i * 0x40_0000) as u64, size as u32, false).unwrap()
|
||||
})
|
||||
.collect_vec();
|
||||
|
Loading…
x
Reference in New Issue
Block a user