diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2022-09-30 04:08:47 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2022-10-01 00:01:56 +0300 |
commit | 79f0fc937d95cbf1bd39f04dfd8b83206bda5098 (patch) | |
tree | d964865780525e85a6286504cb9bf2662fe93afa /src/ipa/ipu3 | |
parent | c97cf467ea79ed886dc549bff6837900427ca11e (diff) |
ipa: rkisp1: Remove initialized_ flags from algorithms
Multiple algorithms have an initialized_ flag that they set to true at
the end of the init() function, and check at the beginning of prepare()
to skip preparation. This serves no real purpose, as the flag can only
be false if init() fails, in which case the IPA module initialization as
a whole will fail.
Drop the initialized_ flags.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'src/ipa/ipu3')
0 files changed, 0 insertions, 0 deletions