commit | 94a426c56449e5dd18fe3bfb52077856d063e275 | [log] [tgz] |
---|---|---|
author | zhong jiang <zhongjiang@huawei.com> | Sun Sep 16 09:04:49 2018 -0400 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Mon Sep 24 09:28:41 2018 -0400 |
tree | 3b2ec97d21586cf563f6874102aa12aeaacae50c | |
parent | a58c37978cf02f6d35d05ee4e9288cb8455f1401 [diff] |
media: coda: remove redundant null pointer check before of_node_put of_node_put has taken the null pointer check into account. So it is safe to remove the duplicated check before of_node_put. Signed-off-by: zhong jiang <zhongjiang@huawei.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>