mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 04:42:12 +00:00
staging: most: cdev: fix up parenthesizing
This patch removes unnecessary parnthesis. Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Link: https://lore.kernel.org/r/1592815695-19305-5-git-send-email-christian.gromm@microchip.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7aed13d165
commit
e8e0f7fd77
@ -420,7 +420,7 @@ static int comp_probe(struct most_interface *iface, int channel_id,
|
|||||||
int retval;
|
int retval;
|
||||||
int current_minor;
|
int current_minor;
|
||||||
|
|
||||||
if ((!cfg) || (!name))
|
if (!cfg || !name)
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
|
|
||||||
c = get_channel(iface, channel_id);
|
c = get_channel(iface, channel_id);
|
||||||
|
Loading…
Reference in New Issue
Block a user