Commit 1b07a77f authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

[media] em28xx-dvb: remove unused mfe_sharing

This field is not used on this driver anymore. Remove it.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent 52ee29fe
...@@ -1047,7 +1047,7 @@ static void em28xx_unregister_dvb(struct em28xx_dvb *dvb) ...@@ -1047,7 +1047,7 @@ static void em28xx_unregister_dvb(struct em28xx_dvb *dvb)
static int em28xx_dvb_init(struct em28xx *dev) static int em28xx_dvb_init(struct em28xx *dev)
{ {
int result = 0, mfe_shared = 0; int result = 0;
struct em28xx_dvb *dvb; struct em28xx_dvb *dvb;
if (dev->is_audio_only) { if (dev->is_audio_only) {
...@@ -1624,9 +1624,6 @@ static int em28xx_dvb_init(struct em28xx *dev) ...@@ -1624,9 +1624,6 @@ static int em28xx_dvb_init(struct em28xx *dev)
if (result < 0) if (result < 0)
goto out_free; goto out_free;
/* MFE lock */
dvb->adapter.mfe_shared = mfe_shared;
em28xx_info("DVB extension successfully initialized\n"); em28xx_info("DVB extension successfully initialized\n");
kref_get(&dev->ref); kref_get(&dev->ref);
......
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