Re: [PATCH v2 0/2] MR3658: mmdevapi: Simplify load_driver_devices() by combining loops and removing unneeded allocation(s), move name string duplication in MMDevice_Create() from caller.
Could we add a second commit to this MR that moves the duplication of
the `name` parameter to `MMDevice_Create()`? (using `wcsdup()` for that
would be good too).