Skip to content

Commit

Permalink
break from @jumkey
Browse files Browse the repository at this point in the history
  • Loading branch information
wjz304 committed May 30, 2023
1 parent 4f13d94 commit b332868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions shim/boot_device_shim.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ int unregister_boot_shim(void)
break;
case BOOT_MEDIA_SATA_DISK:
out = unregister_fake_sata_boot_shim();
break;
case BOOT_MEDIA_SHIM_NULL:
pr_loc_bug("Boot shim is no registered");
return -ENOENT;
Expand Down
1 change: 1 addition & 0 deletions shim/storage/smart_shim.c
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,7 @@ static int populate_win_smart_log(const u8 *req_header, void __user *buff_ptr)
smart_log[0] = WIN_SMART_DIG_LOG_VERSION;
//if every other byte is zero we can ignore the rest of the fields according to Table 63. We also SHOULD NOT
// generate a checksum for log directory (despite all others using checksums...)
break;// TODO check

case 0x01: //summary SMART error log (see sect. 8.55.6.8.2 Summary error log sector)
smart_log[0] = WIN_SMART_SUM_LOG_VERSION;
Expand Down

0 comments on commit b332868

Please sign in to comment.