mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-30 02:20:48 +00:00
This fixes a small bug introduced in a previous refactoring CL where by the data buffer offset wasn't being incremented, thus causing writes to repeatedly write the first two bytes of the incoming data to each chunk of memory. BUG=chrome-os-partner:11097 TEST=successfully wrote and verified data on Snow Signed-off-by: David Hendricks <dhendrix@chromium.org> Change-Id: I8dae00652f4d74bc6ef449297b6e78b13b21255f Reviewed-on: https://gerrit.chromium.org/gerrit/26985 Reviewed-by: Katie Roberts-Hoffman <katierh@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org> Commit-Ready: David Hendricks <dhendrix@chromium.org> Reviewed-by: David Hendricks <dhendrix@chromium.org> Tested-by: David Hendricks <dhendrix@chromium.org>