Home
last modified time | relevance | path

Searched refs:propstr (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/of/
H A Dunittest.c820 const char *propstr = NULL; in of_unittest_changeset() local
906 ret = of_property_read_string(parent, "prop-update", &propstr); in of_unittest_changeset()
909 unittest(strcmp(propstr, "hello") == 0, "original value not in updated property after revert"); in of_unittest_changeset()