Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56063
b: refs/heads/master
c: b378559
h: refs/heads/master
i:
  56061: e1ee0a8
  56059: 8a58242
  56055: e91cd55
  56047: d95cd3e
  56031: 5ea7256
  55999: 1b447af
  55935: a0b3bc3
  55807: d3f5cf8
v: v3
  • Loading branch information
Robert P. J. Day authored and Mauro Carvalho Chehab committed May 9, 2007
1 parent 864927e commit 88196c3
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: 53958b35e4f8fa14ebcc098018635b306db2bde1
refs/heads/master: b3785596e3964656b9901f4eff73bf40b654d425
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/ivtv/ivtv-fileops.c
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ int ivtv_v4l2_open(struct inode *inode, struct file *filp)
struct ivtv_open_id *item;
struct ivtv *itv = NULL;
struct ivtv_stream *s = NULL;
int minor = MINOR(inode->i_rdev);
int minor = iminor(inode);

/* Find which card this open was on */
spin_lock(&ivtv_cards_lock);
Expand Down

0 comments on commit 88196c3

Please sign in to comment.