staging: ft1000-usb: Removed unnecessary parenthes
Fix checkpatch warning about unnecessary parenthes. Signed-off-by: Peter Karlsson <peter.p.karlsson@svt.se> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7b174df650
commit
f9d3faee24
1 changed files with 1 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ static int ft1000_open(struct inode *inode, struct file *file)
|
|||
|
||||
/* Search for available application info block */
|
||||
for (i = 0; i < MAX_NUM_APP; i++) {
|
||||
if ((dev->app_info[i].fileobject == NULL))
|
||||
if (dev->app_info[i].fileobject == NULL)
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue