commit | 5cbaf3e1a8623325997247578800c49c82aa622a | [log] [tgz] |
---|---|---|
author | Ankit Premrajka <ankitp@codeaurora.org> | Thu Jul 21 11:14:56 2011 -0700 |
committer | Bryan Huntsman <bryanh@codeaurora.org> | Mon Oct 03 10:26:34 2011 -0700 |
tree | 25f84cbfce5edcdf8f81cf564d1b2598ef6c2d8a | |
parent | c001dc31f98aad02259b31951c6c48067454273a [diff] |
msm-camera: fix subsystem ID address in JPEG The address of the subsystem id stored in the jpeg buffer structure was becoming invalid. This happened because the buffer used for mapping was copied over to a duplicate place and the second buffer was used for unmapping, while the first one was freed. Signed-off-by: Ankit Premrajka <ankitp@codeaurora.org> Signed-off-by: Mingcheng Zhu <mingchen@codeaurora.org>