Commit 9a02e8fd authored by Antti Palosaari's avatar Antti Palosaari Committed by Mauro Carvalho Chehab

[media] rtl28xxu: rename state variable 'priv' to 'dev'

I prefer dev over priv and I want keep all my drivers in line with
that.
Signed-off-by: default avatarAntti Palosaari <crope@iki.fi>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent 0d117901
This diff is collapsed.
......@@ -68,7 +68,7 @@
#define CMD_I2C_DA_WR 0x0610
struct rtl28xxu_priv {
struct rtl28xxu_dev {
u8 chip_id;
u8 tuner;
char *tuner_name;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment