Skip to content

Commit a06a5f4

Browse files
committed
kernel_patch_verify: remove the un-necessary prints from log
We get an "Updated 0 paths from the index" in the log that kind of messes with the diffstat. Drop the reset of file information Signed-off-by: Nishanth Menon <nm@ti.com>
1 parent 4225cfe commit a06a5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel_patch_verify

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ dtest_revert_hack_for_test_overlays() {
252252
D=$1
253253
DTBMAKEFILE="$D/Makefile"
254254
if [ -f "$DTBMAKEFILE" ]; then
255-
git checkout $DTBMAKEFILE
255+
git checkout $DTBMAKEFILE 2>/dev/null >/dev/null
256256
fi
257257
}
258258

0 commit comments

Comments
 (0)