Skip to content

Commit

Permalink
Update DtaDevLinuxSata.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
UtilFunction authored Jul 10, 2023
1 parent 4522b3e commit 1aaccbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linux/DtaDevLinuxSata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ void DtaDevLinuxSata::identify(OPAL_DiskInfo& disk_info)

if (!(memcmp(nullz.data(), buffer, 512))) {
disk_info.devType = DEVICE_TYPE_OTHER;
identify_SAS(&disk_info);
return;
}
IDENTIFY_RESPONSE * id = (IDENTIFY_RESPONSE *) buffer;
Expand Down

0 comments on commit 1aaccbc

Please sign in to comment.