mirror of https://github.com/acidanthera/audk.git
Coding style checked
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7454 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
81b0761486
commit
a676b86b67
|
@ -1490,7 +1490,7 @@ ParseInquiryData (
|
|||
IN OUT SCSI_DISK_DEV *ScsiDiskDevice
|
||||
)
|
||||
{
|
||||
ScsiDiskDevice->FixedDevice = (BOOLEAN) (ScsiDiskDevice->InquiryData.RMB ? 0 : 1);
|
||||
ScsiDiskDevice->FixedDevice = (BOOLEAN) ((ScsiDiskDevice->InquiryData.RMB == 1) ? 0 : 1);
|
||||
ScsiDiskDevice->BlkIoMedia.RemovableMedia = (BOOLEAN) (!ScsiDiskDevice->FixedDevice);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue