commit | a9509a757ae62bf61e11a8caa61768e6a725356e | [log] [tgz] |
---|---|---|
author | Geoff Gustafson <geoff@linux.intel.com> | Wed Jul 26 11:16:01 2017 -0700 |
committer | Anas Nashif <nashif@linux.intel.com> | Mon Aug 07 22:26:21 2017 -0400 |
tree | 8e5a177dc9c1ca2f8e903049ad8db1876914d60a | |
parent | 505ebfbe36520f7e57edb5d9b96c6406ef31cea1 [diff] |
ext qmsi: Fix underflow in adc sample delay Sample code such as the adc_simple driver test set a sampling delay of 12, however that caused this calculation to underflow so the real delay came out to more like 65534. Signed-off-by: Geoff Gustafson <geoff@linux.intel.com>