commit | 2031941502339d548cd51bf34e6ebb8bc3bb2d89 | [log] [tgz] |
---|---|---|
author | Sachin Kamat <sachin.kamat@linaro.org> | Fri Apr 26 04:52:57 2013 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Tue May 21 08:33:52 2013 -0300 |
tree | d1590dd5926a15c89d35491ef0fa6b9afe4df959 | |
parent | a2ac2d792cb6a22eb86ef4e026ba74c3ea6e67ee [diff] |
[media] exynos4-is: Fix potential null pointer dereference in mipi-csis.c When 'node' is NULL, the print statement tries to dereference it. Hence replace the variable with the one that is accessible. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>