Ignore:
Timestamp:
Dec 13, 2016, 10:30:24 PM (9 years ago)
Author:
David Azarewicz
Message:

Rearranged CAPS configuration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/ata.c

    r181 r182  
    263263    do
    264264    {
    265       u32 chunk = (sg_size > AHCI_MAX_SG_ELEMENT_LEN) ? AHCI_MAX_SG_ELEMENT_LEN
    266                                                       : sg_size;
     265      u32 chunk = (sg_size > AHCI_MAX_SG_ELEMENT_LEN) ? AHCI_MAX_SG_ELEMENT_LEN : sg_size;
    267266      if (n >= AHCI_MAX_SG)
    268267      {
Note: See TracChangeset for help on using the changeset viewer.