Use the proper fields for security.
PR: 41870
This commit is contained in:
parent
175f0ce5a4
commit
ed8a242cef
@ -168,8 +168,8 @@ cap_print(struct ata_params *parm)
|
||||
parm->enabled.microcode ? "yes" : "no");
|
||||
|
||||
printf("security %s %s\n",
|
||||
parm->support.smart ? "yes" : "no",
|
||||
parm->enabled.smart ? "yes" : "no");
|
||||
parm->support.security ? "yes" : "no",
|
||||
parm->enabled.security ? "yes" : "no");
|
||||
|
||||
printf("power management %s %s\n",
|
||||
parm->support.power_mngt ? "yes" : "no",
|
||||
|
Loading…
x
Reference in New Issue
Block a user