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

staging: most: cdev: fix up parenthesizing

This patch removes unnecessary parnthesis.
Signed-off-by: default avatarChristian Gromm <christian.gromm@microchip.com>
Link: https://lore.kernel.org/r/1592815695-19305-5-git-send-email-christian.gromm@microchip.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7aed13d1
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment