Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138351
b: refs/heads/master
c: 3fd8ab3
h: refs/heads/master
i:
  138349: be14fb4
  138347: b2fb624
  138343: ae2c922
  138335: 6d7e685
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent 78cb917 commit b9f2256
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ce18c48593746d6c6777bda2488f15c8ae401c9e
refs/heads/master: 3fd8ab30c1fe9118a13f4b55172067ee04ef7a67
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/dabusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -675,14 +675,14 @@ static int dabusb_release (struct inode *inode, struct file *file)

static long dabusb_ioctl (struct file *file, unsigned int cmd, unsigned long arg)
{
lock_kernel();
pdabusb_t s = (pdabusb_t) file->private_data;
pbulk_transfer_t pbulk;
int ret = 0;
int version = DABUSB_VERSION;

dbg("dabusb_ioctl");

lock_kernel();
if (s->remove_pending) {
unlock_kernel();
return -EIO;
Expand Down

0 comments on commit b9f2256

Please sign in to comment.