Files
RedBear-OS/drivers/storage
vasilito 452d40b90e nvmed: wrap namespaces in Some() so select() match arms unify (fix E0308)
The block feeding `let namespaces = match ... { Some(ns) => ns, None => exit }`
must yield Option, but the Either::Left arm returned the BTreeMap directly while
Either::Right returned None. Wrap Left in Some(namespaces).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-28 11:53:17 +09:00
..