commit | 3090a1915e9865d23f2aa76cc01e5b5f9cb6d7e3 | [log] [tgz] |
---|---|---|
author | Simon Shields <simon@lineageos.org> | Mon Nov 27 08:12:41 2017 -0500 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Mon Dec 18 15:12:12 2017 -0500 |
tree | fea120340763d6c187cb1859237554db15859117 | |
parent | 2d41a0c9ae51ac363d107f2510022106e7234b33 [diff] |
media: exynos4-is: Check pipe is valid before calling subdev If the subdev is not yet present (probably because the subdev module has not yet been loaded), the pipe will be NULL. Make sure that this is not the case before attempting to call the op. Signed-off-by: Simon Shields <simon@lineageos.org> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>