]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/of/property.c
Merge tag 'sound-fix-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[linux.git] / drivers / of / property.c
index 477966d2421a130ede0b06b291e3ca32c42ef66a..e851c57a15b066cd365765b309a739f9a398e22d 100644 (file)
@@ -165,7 +165,7 @@ EXPORT_SYMBOL_GPL(of_property_read_u64_index);
  *
  * @np:                device node from which the property value is to be read.
  * @propname:  name of the property to be searched.
- * @out_values:        pointer to return value, modified only if return value is 0.
+ * @out_values:        pointer to found values.
  * @sz_min:    minimum number of array elements to read
  * @sz_max:    maximum number of array elements to read, if zero there is no
  *             upper limit on the number of elements in the dts entry but only
@@ -213,7 +213,7 @@ EXPORT_SYMBOL_GPL(of_property_read_variable_u8_array);
  *
  * @np:                device node from which the property value is to be read.
  * @propname:  name of the property to be searched.
- * @out_values:        pointer to return value, modified only if return value is 0.
+ * @out_values:        pointer to found values.
  * @sz_min:    minimum number of array elements to read
  * @sz_max:    maximum number of array elements to read, if zero there is no
  *             upper limit on the number of elements in the dts entry but only
@@ -261,7 +261,7 @@ EXPORT_SYMBOL_GPL(of_property_read_variable_u16_array);
  *
  * @np:                device node from which the property value is to be read.
  * @propname:  name of the property to be searched.
- * @out_values:        pointer to return value, modified only if return value is 0.
+ * @out_values:        pointer to return found values.
  * @sz_min:    minimum number of array elements to read
  * @sz_max:    maximum number of array elements to read, if zero there is no
  *             upper limit on the number of elements in the dts entry but only
@@ -335,7 +335,7 @@ EXPORT_SYMBOL_GPL(of_property_read_u64);
  *
  * @np:                device node from which the property value is to be read.
  * @propname:  name of the property to be searched.
- * @out_values:        pointer to return value, modified only if return value is 0.
+ * @out_values:        pointer to found values.
  * @sz_min:    minimum number of array elements to read
  * @sz_max:    maximum number of array elements to read, if zero there is no
  *             upper limit on the number of elements in the dts entry but only