test: led: Add missing ';'
authorTom Rini <trini@konsulko.com>
Thu, 25 Sep 2025 20:50:25 +0000 (14:50 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 8 Oct 2025 22:12:36 +0000 (16:12 -0600)
commit9b937cdaa3a701d106de73ef846d2edd5c818593
tree3771ad13de6a3e6f7546755c47f673874430d9c7
parent14dfa6b861876275e0c2015a1013bf3bdd17a1d7
test: led: Add missing ';'

Some tests here had not been compile tested before submission and were
missing a ';' on the end of declaring struct udevice *dev. Add it.

Fixes: 9046279d92bb ("test: dm: Add tests for LED boot and activity")
Signed-off-by: Tom Rini <trini@konsulko.com>
test/dm/led.c