summaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorjiad <jiad@codeaurora.org>2017-11-21 12:35:01 +0800
committerjiad <jiad@codeaurora.org>2017-11-22 10:16:06 +0800
commit77dc5875927d50771abed33c657c1b9f51490b2e (patch)
treeae1d1431b4213ba706521848db292c3099172efd /net/unix/af_unix.c
parentd33ed6b2cc80c5bbe156a1c3efb101f564a4e6ef (diff)
mhi: core: fix sequence for new transfer
sequence for both rddm and fw download are initialized to be 0. They are incremented by 1 in bhi_probe() and upon real transfer takes place. Issue is in SSR case, sequence is incrementing in a way like 1, 3, 5 and etc as observed. The increment in bhi_probe() seems unnecessay as there's no real transfer. Fix is to initialize sequence to 1 and increment by 1 when real transfer takes place in bhi_bhie_transfer(). Change-Id: I210840cd1f7fecc300ecb69da8a50fbb1d200562 Signed-off-by: Jia Ding <jiad@codeaurora.org> CRs-Fixed: 2147433
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions