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

ocp: fix to set return value to get c9 log page data #2490

Closed ikegami-t closed 2 months ago

ikegami-t commented 2 months ago

The value not set but checked the ret variable after the call.

igaw commented 2 months ago

Thanks!