diff options
Diffstat (limited to 'drivers/telephony')
-rw-r--r-- | drivers/telephony/ixj_pcmcia.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/telephony/ixj_pcmcia.c b/drivers/telephony/ixj_pcmcia.c index a1900e502518..5ccc6d0560a9 100644 --- a/drivers/telephony/ixj_pcmcia.c +++ b/drivers/telephony/ixj_pcmcia.c | |||
@@ -34,7 +34,6 @@ static int ixj_probe(struct pcmcia_device *p_dev) | |||
34 | /* Create new ixj device */ | 34 | /* Create new ixj device */ |
35 | p_dev->resource[0]->flags |= IO_DATA_PATH_WIDTH_8; | 35 | p_dev->resource[0]->flags |= IO_DATA_PATH_WIDTH_8; |
36 | p_dev->resource[1]->flags |= IO_DATA_PATH_WIDTH_8; | 36 | p_dev->resource[1]->flags |= IO_DATA_PATH_WIDTH_8; |
37 | p_dev->conf.IntType = INT_MEMORY_AND_IO; | ||
38 | p_dev->priv = kzalloc(sizeof(struct ixj_info_t), GFP_KERNEL); | 37 | p_dev->priv = kzalloc(sizeof(struct ixj_info_t), GFP_KERNEL); |
39 | if (!p_dev->priv) { | 38 | if (!p_dev->priv) { |
40 | return -ENOMEM; | 39 | return -ENOMEM; |