commit | db534b0d8d4b27fa6e69cb16b69cc7e8ed70aff7 | [log] [tgz] |
---|---|---|
author | Smriti Gupta <smritig@codeaurora.org> | Fri Jun 23 12:59:21 2017 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Thu Dec 07 11:42:37 2017 -0800 |
tree | 3e63adccf2d34a875b917a614c66368fdf273616 | |
parent | afc99d37f38b5ad88a354b81835a4d4737edc46a [diff] |
FM : Fix wrong data being written to controller In some commands, set/write data to controller, we assign one offset value in structure and send it to controller. We don't read data from controller before writing. It may cause writing wrong data to controller, as the structure may have some garbage values for other offsets. Errenous data written to controller, may cause functional failures. Change-Id: I102c0a256ab19de0d89db4f6da20df0c2522dff3 CRs-fixed: 2031064