Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ADIS16470: Explicitly write & check all bits in MSC_CTRL register
In case of any register read/write errors it is not enough to just check if one of the bits is 0; the whole register contents needs to be checked. Also, if initial read of the register fails in any reason, we should not write back some corrupted value such as 0 or 0xFFFE. Signed-off-by: Jukka Laitinen <[email protected]>
- Loading branch information