trivial: remove unnecessary semicolons
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
@@ -506,8 +506,6 @@ static int wdm_open(struct inode *inode, struct file *file)
|
||||
desc = usb_get_intfdata(intf);
|
||||
if (test_bit(WDM_DISCONNECTING, &desc->flags))
|
||||
goto out;
|
||||
|
||||
;
|
||||
file->private_data = desc;
|
||||
|
||||
rv = usb_autopm_get_interface(desc->intf);
|
||||
|
Reference in New Issue
Block a user