]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/led.h
of: clean up OF_CONTROL ifdef conditionals
[karo-tx-uboot.git] / include / led.h
index 8925d75bcf6048cf38009c1477d1846ac7f78807..b929d0ca3c70c880444965d86e7956944c59d2da 100644 (file)
@@ -35,7 +35,7 @@ struct led_ops {
  *
  * @label:     LED label to look up
  * @devp:      Returns the associated device, if found
- * @return 0 if found, -ve on error
+ * @return 0 if found, -ENODEV if not found, other -ve on error
  */
 int led_get_by_label(const char *label, struct udevice **devp);