Browse Source

bkl-removal viotape fixup

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Stephen Rothwell 17 years ago
parent
commit
5ca6a93d80
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/char/viotape.c

+ 1 - 1
drivers/char/viotape.c

@@ -688,7 +688,7 @@ static int viotap_open(struct inode *inode, struct file *file)
 	if (op == NULL)
 	if (op == NULL)
 		return -ENOMEM;
 		return -ENOMEM;
 
 
-	lock_kernel()
+	lock_kernel();
 	get_dev_info(file->f_path.dentry->d_inode, &devi);
 	get_dev_info(file->f_path.dentry->d_inode, &devi);
 
 
 	/* Note: We currently only support one mode! */
 	/* Note: We currently only support one mode! */