Skip to content

Commit eb6789b

Browse files
zhaogongyishuahkh
authored andcommitted
selftests/memory-hotplug: Remove the redundant warning information
Remove the redundant warning information of online_all_offline_memory() since there is a warning in online_memory_expect_success(). Signed-off-by: Zhao Gongyi <[email protected]> Reviewed-by: David Hildenbrand <[email protected]> Signed-off-by: Shuah Khan <[email protected]>
1 parent 2a8e366 commit eb6789b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/testing/selftests/memory-hotplug/mem-on-off-test.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ online_all_offline_memory()
138138
{
139139
for memory in `hotpluggable_offline_memory`; do
140140
if ! online_memory_expect_success $memory; then
141-
echo "$FUNCNAME $memory: unexpected fail" >&2
142141
retval=1
143142
fi
144143
done

0 commit comments

Comments
 (0)