summaryrefslogtreecommitdiff
path: root/str.h
AgeCommit message (Collapse)AuthorFilesLines
2013-06-04xutils: break out string handling and lockingDaniel Borkmann1-0/+12
Break out all string handling functions and lockme stuff in order to further eliminate the big code blob in xutils, so that it can be easier maintained. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
td>Franck Jullien <franck.jullien@odyssee-systemes.fr>2016-03-22 07:43:58 -0300 committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2016-05-07 11:45:38 -0300 commitc64ee34712eeeee95de0376f424dd4dc7661d3ed (patch) tree2d25c7173d885d2bd36c132c43d8f3a76a608feb parentbf244f665d76d20312c80524689b32a752888838 (diff)
[media] xilinx-vipp: remove unnecessary of_node_put
of_graph_get_next_endpoint(node, ep) decrements refcount on ep. When next==NULL we break and refcount on ep is decremented again. Signed-off-by: Franck Jullien <franck.jullien@odyssee-systemes.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat