Commit e8e0f7fd authored by Christian Gromm's avatar Christian Gromm Committed by Greg Kroah-Hartman
Browse files

staging: most: cdev: fix up parenthesizing

parent 7aed13d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -420,7 +420,7 @@ static int comp_probe(struct most_interface *iface, int channel_id,
	int retval;
	int current_minor;

	if ((!cfg) || (!name))
	if (!cfg || !name)
		return -EINVAL;

	c = get_channel(iface, channel_id);