]> git.ipfire.org Git - thirdparty/u-boot.git/commit
dm: core: Drop uclass_find_next_free_req_seq() conditions
authorSimon Glass <sjg@chromium.org>
Mon, 27 Jan 2020 15:49:49 +0000 (08:49 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 6 Feb 2020 02:33:45 +0000 (19:33 -0700)
commit9ff5e0495d4bc8aee79c712a8603ef9bd7c06cd7
treeae4565ce522d3b89f8ba02270ee5b44a31b1ad88
parent903e83ee84649c1a70bfd8b9ec84dacb8c24e7cb
dm: core: Drop uclass_find_next_free_req_seq() conditions

These conditions are not needed and just reduce build coverage. Drop them.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/core/uclass.c