Adding upstream version 2.1.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
8e91e2f7f6
commit
28d4a2895d
338 changed files with 631 additions and 601 deletions
|
@ -1759,7 +1759,7 @@ static void GetGenericLogs(int fd, const char *dir)
|
|||
}
|
||||
|
||||
/* get fw slot info log */
|
||||
if (nvme_get_log_fw_slot(fd, 1, &fw_log) == 0) {
|
||||
if (nvme_get_log_fw_slot(fd, false, &fw_log) == 0) {
|
||||
WriteData((__u8*)&fw_log, sizeof(fw_log), dir,
|
||||
"firmware_slot_info_log.bin", "firmware log");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue