Skip to content

Commit

Permalink
Remove hidden sector check for SAS
Browse files Browse the repository at this point in the history
  • Loading branch information
PartialVolume committed Sep 14, 2024
1 parent c837e94 commit 1691abd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/device.c
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ int check_device( nwipe_context_t*** c, PedDevice* dev, int dcount )

case NWIPE_DEVICE_SAS:
strcpy( next_device->device_type_str, " SAS" );
check_HPA = 1;
break;

case NWIPE_DEVICE_MMC:
Expand Down

0 comments on commit 1691abd

Please sign in to comment.