Fix `warning C4267: '=': conversion from 'size_t' to 'USHORT', possible loss of data` by explicitly casting to USHORT. This is OK as the line immediately before NULL-terminates the buffer within boundary. Addendum to commit 096a69471 (r6279).
096a69471
No code changes. Addendum to 14c39362 and 6d65da93.
14c39362
6d65da93
If no short name is provided, driver will think that the partition is corrupted. CORE-16373
Adapt some comments to new name. CORE-16373