Staging: i4l: pcbit: drv: Remove unnecessary semicolon.
Remove unnecessary semicolon.This issue is detected by coccinelle script. Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
8c9a093e1c
commit
5c722af4c4
|
@ -284,7 +284,7 @@ static int pcbit_command(isdn_ctrl *ctl)
|
|||
default:
|
||||
printk(KERN_DEBUG "pcbit_command: unknown command\n");
|
||||
break;
|
||||
};
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
@ -968,7 +968,7 @@ static int pcbit_ioctl(isdn_ctrl *ctl)
|
|||
default:
|
||||
printk("error: unknown ioctl\n");
|
||||
break;
|
||||
};
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue