crosvm/x86_64/src
Dylan Reid b2ae5fabd3 x86_64: Remove extra closure args and double-derefs
A few places were passing a reference to a reference, which just gets
compiled out anyways.

Some other places where passing `|e| ErrorName(e)` as a closure when
just `ErrorName` would be more succinct.

Change-Id: Ic097a81b956ef82b29fc1a15196c245bee61c251
Signed-off-by: Dylan Reid <dgreid@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/510782
Reviewed-by: Zach Reizner <zachr@chromium.org>
2017-05-29 21:49:05 -07:00
..
bootparam.rs x86_64: Add x86_64 setup code 2017-05-12 20:58:07 -07:00
cpuid.rs x86_64: Remove extra closure args and double-derefs 2017-05-29 21:49:05 -07:00
gdt.rs x86_64: Add x86_64 setup code 2017-05-12 20:58:07 -07:00
interrupts.rs x86_64: Remove extra closure args and double-derefs 2017-05-29 21:49:05 -07:00
lib.rs x86_64: Remove extra closure args and double-derefs 2017-05-29 21:49:05 -07:00
mpspec.rs x86_64: add multi-cpu setup support 2017-05-25 22:51:15 -07:00
mptable.rs x86_64: add multi-cpu setup support 2017-05-25 22:51:15 -07:00
msr_index.rs x86_64: Add x86_64 setup code 2017-05-12 20:58:07 -07:00
regs.rs x86_64: Remove extra closure args and double-derefs 2017-05-29 21:49:05 -07:00