Hi Heinrich, On Thu, 3 Jun 2021 at 14:08, Heinrich Schuchardt <[email protected]> wrote: > > If a test-uclass device is probed outside a test, uts is not defined. > Avoid a NULL dereference in this case.
I am missing the motivation for this patch. In what situation does this occur? Regards, Simon > > Signed-off-by: Heinrich Schuchardt <[email protected]> > --- > test/dm/test-uclass.c | 12 ++++++++++++ > 1 file changed, 12 insertions(+) >

