Re: [PATCH 1/1] of: unittest: fix EXPECT text for gpio hog errors
From: Rob Herring <robh@kernel.org>
Date: 2021-10-29 15:12:48
Also in:
lkml
From: Rob Herring <robh@kernel.org>
Date: 2021-10-29 15:12:48
Also in:
lkml
On Thu, 28 Oct 2021 20:32:25 -0500, frowand.list@gmail.com wrote:
From: Frank Rowand <redacted>
The console message text for gpio hog errors does not match
what unittest expects.
Fixes: f4056e705b2ef ("of: unittest: add overlay gpio test to catch gpio hog problem")
Signed-off-by: Frank Rowand <redacted>
---
drivers/of/unittest.c | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)Applied, thanks!