diff options
Diffstat (limited to 'drivers/media/dvb/mantis/mantis_ca.c')
-rw-r--r-- | drivers/media/dvb/mantis/mantis_ca.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb/mantis/mantis_ca.c b/drivers/media/dvb/mantis/mantis_ca.c index 88899ac96d63..2f3ba81eaa07 100644 --- a/drivers/media/dvb/mantis/mantis_ca.c +++ b/drivers/media/dvb/mantis/mantis_ca.c | |||
@@ -119,7 +119,7 @@ static int mantis_ts_control(struct dvb_ca_en50221 *en50221, int slot) | |||
119 | struct mantis_pci *mantis = ca->ca_priv; | 119 | struct mantis_pci *mantis = ca->ca_priv; |
120 | 120 | ||
121 | dprintk(MANTIS_DEBUG, 1, "Slot(%d): TS control", slot); | 121 | dprintk(MANTIS_DEBUG, 1, "Slot(%d): TS control", slot); |
122 | // mantis_set_direction(mantis, 1); /* Enable TS through CAM */ | 122 | /* mantis_set_direction(mantis, 1); */ /* Enable TS through CAM */ |
123 | 123 | ||
124 | return 0; | 124 | return 0; |
125 | } | 125 | } |
@@ -148,7 +148,7 @@ int mantis_ca_init(struct mantis_pci *mantis) | |||
148 | int ca_flags = 0, result; | 148 | int ca_flags = 0, result; |
149 | 149 | ||
150 | dprintk(MANTIS_DEBUG, 1, "Initializing Mantis CA"); | 150 | dprintk(MANTIS_DEBUG, 1, "Initializing Mantis CA"); |
151 | ca = kzalloc(sizeof (struct mantis_ca), GFP_KERNEL); | 151 | ca = kzalloc(sizeof(struct mantis_ca), GFP_KERNEL); |
152 | if (!ca) { | 152 | if (!ca) { |
153 | dprintk(MANTIS_ERROR, 1, "Out of memory!, exiting .."); | 153 | dprintk(MANTIS_ERROR, 1, "Out of memory!, exiting .."); |
154 | result = -ENOMEM; | 154 | result = -ENOMEM; |