summaryrefslogtreecommitdiffstats
path: root/it87spi.c
diff options
context:
space:
mode:
authorStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2014-05-02 15:41:42 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2014-05-02 15:41:42 +0000
commit659b447c4a60f26e0cd0f100c64041819e3fbc22 (patch)
tree124a732dd0d8c171b28649986c716af0477ca746 /it87spi.c
parent91e19afc759b6194ece002a9a84cf6836ed2d535 (diff)
downloadflashrom-659b447c4a60f26e0cd0f100c64041819e3fbc22.zip
flashrom-659b447c4a60f26e0cd0f100c64041819e3fbc22.tar.gz
Make delay values unsigned
There is no reason for negative delays in our use cases: - We don't need it (to work around any quirks). - sleep() (POSIX) uses an unsigned argument. - usleep() (POSIX) uses an unsigned argument. - Sleep() (Windows) uses an unsigned argument. Change all callees as well (without any complications). Corresponding to flashrom svn r1782. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Diffstat (limited to 'it87spi.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud