]> git.sur5r.net Git - u-boot/commitdiff
dm: core: Add a comment about the device_remove() flags
authorSimon Glass <sjg@chromium.org>
Sat, 29 Jul 2017 17:35:00 +0000 (11:35 -0600)
committerJaehoon Chung <jh80.chung@samsung.com>
Thu, 17 Aug 2017 07:44:16 +0000 (16:44 +0900)
We should explain which flags are used for this function. Update the
comment to indicate this.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/dm/device-internal.h

index 81ab893b600d5c4c0fa975a48019afa6d1aa4dd8..eaeadd48d2a999506c6afd03bb6304c5f7f1329b 100644 (file)
@@ -98,7 +98,7 @@ int device_probe(struct udevice *dev);
  * children are deactivated first.
  *
  * @dev: Pointer to device to remove
- * @flags: Flags for selective device removal
+ * @flags: Flags for selective device removal (DM_REMOVE_...)
  * @return 0 if OK, -ve on error (an error here is normally a very bad thing)
  */
 #if CONFIG_IS_ENABLED(DM_DEVICE_REMOVE)