linux-nvme / nvme-cli

NVMe management command line interface.
https://nvmexpress.org
GNU General Public License v2.0
1.49k stars 660 forks source link

nvme-print: fix error information log page endianness error #2509

Closed ikegami-t closed 2 months ago

ikegami-t commented 2 months ago

Convert the status and phase tag fields to native byte order at first.

igaw commented 2 months ago

Good catch! Thanks!