Searched refs:propstr (Results 1 – 1 of 1) sorted by relevance
811 const char *propstr = NULL; in of_unittest_changeset() local897 ret = of_property_read_string(parent, "prop-update", &propstr); in of_unittest_changeset()900 unittest(strcmp(propstr, "hello") == 0, "original value not in updated property after revert"); in of_unittest_changeset()