commit | 867366c8fa519788be6a7b750ee9c602e8b413e5 | [log] [tgz] |
---|---|---|
author | Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> | Thu Jul 20 14:48:52 2017 +0100 |
committer | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Fri Jul 21 12:46:58 2017 +0300 |
tree | d904bb90ece330beec2f47127ea91480f23f284d | |
parent | a0ae55ce902d974f5a31d5b7ae8a8dc775f3fe7c [diff] |
media: i2c: adv748x: Store the pixel rate ctrl on CSI objects The current implementation has to search the list of controls for the pixel rate control, each time it is set. This can be optimised easily by storing the ctrl pointer in the CSI/TX object, and referencing that directly. While at it, fix up a missing blank line also highlighted in review comments. Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>