You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove unwrap and propagate errors in PIO device manager setup
Replace unwraps with map_err to propagate LegacyDeviceError as
VmmError::LegacyIOBus. This completes a TODO and prevents potential
panics.
Signed-off-by: Dakshin Devanand <[email protected]>
0 commit comments