Changeset 1433ecda in mainline for uspace/drv/audio/hdaudio/hdactl.c


Ignore:
Timestamp:
2018-04-04T15:42:37Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2c4e1cc
Parents:
47b2d7e3
Message:

Fix cstyle: make ccheck-fix and commit only files where all the changes are good.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/audio/hdaudio/hdactl.c

    r47b2d7e3 r1433ecda  
    514514        ddf_msg(LVL_NOTE, "reg 0x%zx STATESTS = 0x%x",
    515515            (void *)&hda->regs->statests - (void *)hda->regs,
    516                 hda_reg16_read(&hda->regs->statests));
     516            hda_reg16_read(&hda->regs->statests));
    517517        /**
    518518          * Clear STATESTS bits so they don't generate an interrupt later
     
    523523        ddf_msg(LVL_NOTE, "after clearing reg 0x%zx STATESTS = 0x%x",
    524524            (void *)&hda->regs->statests - (void *)hda->regs,
    525                 hda_reg16_read(&hda->regs->statests));
     525            hda_reg16_read(&hda->regs->statests));
    526526
    527527        gctl = hda_reg32_read(&hda->regs->gctl);
     
    544544
    545545                ddf_msg(LVL_NOTE, "Waiting for controller to initialize.");
    546                 async_usleep(100*1000);
     546                async_usleep(100 * 1000);
    547547                --cnt;
    548548        }
Note: See TracChangeset for help on using the changeset viewer.