Changeset 730dce77 in mainline for uspace/drv/block/ahci/ahci.c


Ignore:
Timestamp:
2012-07-17T16:35:09Z (12 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1bebadee, ae3ff9f5
Parents:
a00d555
Message:

get rid of the packed structure attribute (there should be no unwanted padding present)
this fixes compilation for arm32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/block/ahci/ahci.c

    ra00d555 r730dce77  
    601601        if ((sata->invalid_device) || (ahci_port_is_error(pxis))) {
    602602                ddf_msg(LVL_ERROR,
    603                     "%s: Unrecoverable error during fpdma write", sata->model);
     603                    "%s: Unrecoverable error during FPDMA write", sata->model);
    604604                return EINTR;
    605605        }
Note: See TracChangeset for help on using the changeset viewer.