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
commitf80419c75a344b303275e380add3b8cb750bab9d (patch)
tree124a732dd0d8c171b28649986c716af0477ca746 /it87spi.c
parentb66ed84d193b8c0eddf5d946c6d2d94a8e8360ee (diff)
downloadast2050-flashrom-f80419c75a344b303275e380add3b8cb750bab9d.zip
ast2050-flashrom-f80419c75a344b303275e380add3b8cb750bab9d.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