]> git.sur5r.net Git - u-boot/blobdiff - test/dm/bus.c
avb2.0: implement AVB ops
[u-boot] / test / dm / bus.c
index 7006d4163db832632662c9214333d2cc939b46af..e9a4028f04746e955d6d98b229ba58224f8b614b 100644 (file)
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (c) 2014 Google, Inc
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -105,7 +104,7 @@ UCLASS_DRIVER(testbus) = {
 /* Test that we can probe for children */
 static int dm_test_bus_children(struct unit_test_state *uts)
 {
-       int num_devices = 6;
+       int num_devices = 7;
        struct udevice *bus;
        struct uclass *uc;