Commit dc35c3f9 authored by Lioncash's avatar Lioncash
Browse files

nvdrv: Take std::string by const reference in GetDevice()

This is only ever used as a lookup into the device map, so we don't need to
take the std::string instance by value here.
parent 758c3578
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment