diff for duplicates of <55F2DC3C.6090100@samsung.com> diff --git a/a/1.txt b/N1/1.txt index 666b823..906bec3 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -106,7 +106,7 @@ best option here, I think. > + int idx; > + > + idx = of_property_match_string(child, "label", led_cdev->name); -> + if (idx = 0) +> + if (idx == 0) > + return child; > + } > + @@ -125,7 +125,7 @@ best option here, I think. > + > + of_node_put(led_node); > + -> + return led_node = target_node; +> + return led_node == target_node; > +} > + > +/** diff --git a/a/content_digest b/N1/content_digest index 19bb54c..d0cfa70 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01441976857-26548-2-git-send-email-tomi.valkeinen@ti.com\0" "From\0Jacek Anaszewski <j.anaszewski@samsung.com>\0" "Subject\0Re: [PATCHv3 1/3] leds: Add of_led_get() and led_put()\0" - "Date\0Fri, 11 Sep 2015 13:50:52 +0000\0" + "Date\0Fri, 11 Sep 2015 15:50:52 +0200\0" "To\0Tomi Valkeinen <tomi.valkeinen@ti.com>\0" "Cc\0Jingoo Han <jingoohan1@gmail.com>" Lee Jones <lee.jones@linaro.org> @@ -119,7 +119,7 @@ "> +\t\tint idx;\n" "> +\n" "> +\t\tidx = of_property_match_string(child, \"label\", led_cdev->name);\n" - "> +\t\tif (idx = 0)\n" + "> +\t\tif (idx == 0)\n" "> +\t\t\treturn child;\n" "> +\t}\n" "> +\n" @@ -138,7 +138,7 @@ "> +\n" "> +\tof_node_put(led_node);\n" "> +\n" - "> +\treturn led_node = target_node;\n" + "> +\treturn led_node == target_node;\n" "> +}\n" "> +\n" "> +/**\n" @@ -251,4 +251,4 @@ "Best Regards,\n" Jacek Anaszewski -89a257e05cc05962b954ef3d5fa9b4ba180dc6fbc97cda4dd8f297c998b3717b +697388de961aa467bb57e9d759292b477b2339a9511498f8f53374498ddb43b9
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.