Commit e12f6b55 authored by Junhao He's avatar Junhao He Committed by Greg Kroah-Hartman
Browse files

coresight: core: Remove unnecessary assignment

parent d777a899
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -886,7 +886,6 @@ void coresight_release_path(struct list_head *path)
	}

	kfree(path);
	path = NULL;
}

/* return true if the device is a suitable type for a default sink */