V4L/DVB (5583): VIDEO4LINUX-2: Replace MINOR() with a call to iminor().
Replace the call to MINOR() with a call to the inline iminor() routine. Signed-off-by: Robert P. J. Day <rpjday@mindspring.com> Acked-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
53958b35e4
commit
b3785596e3
@@ -804,7 +804,7 @@ int ivtv_v4l2_open(struct inode *inode, struct file *filp)
|
|||||||
struct ivtv_open_id *item;
|
struct ivtv_open_id *item;
|
||||||
struct ivtv *itv = NULL;
|
struct ivtv *itv = NULL;
|
||||||
struct ivtv_stream *s = NULL;
|
struct ivtv_stream *s = NULL;
|
||||||
int minor = MINOR(inode->i_rdev);
|
int minor = iminor(inode);
|
||||||
|
|
||||||
/* Find which card this open was on */
|
/* Find which card this open was on */
|
||||||
spin_lock(&ivtv_cards_lock);
|
spin_lock(&ivtv_cards_lock);
|
||||||
|
Reference in New Issue
Block a user