commit | a952e0103f86d818a444923adeef50fdcb3f70b9 | [log] [tgz] |
---|---|---|
author | Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> | Wed Nov 23 16:35:27 2016 +0000 |
committer | Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> | Tue Dec 13 16:25:13 2016 +0000 |
tree | 5b0a8e4f376131be0a230c17ff9b24be5fb11c12 | |
parent | 389585e65d66bfe3dc4244b574d2abeb750823de [diff] |
media: Catch null pipes on pipeline stop media_entity_pipeline_stop() can be called through error paths with a NULL entity pipe object. In this instance, stopping is a no-op, so simply return without any action Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>