[media] saa7134: remove dev from saa7134_fh, use saa7134_fh for empress node
Use the saa7134_fh struct for the empress video node as well, drop the dev pointer from that struct since we can use drvdata for that. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:

committed by
Mauro Carvalho Chehab

parent
b93a18d560
commit
b9f63b2595
@@ -476,7 +476,7 @@ struct saa7134_dmaqueue {
|
||||
/* video filehandle status */
|
||||
struct saa7134_fh {
|
||||
struct v4l2_fh fh;
|
||||
struct saa7134_dev *dev;
|
||||
bool is_empress;
|
||||
unsigned int resources;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user