diff options
Diffstat (limited to 'drivers/bluetooth/dtl1_cs.c')
-rw-r--r-- | drivers/bluetooth/dtl1_cs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/dtl1_cs.c b/drivers/bluetooth/dtl1_cs.c index 1846e2aa9d4..1830ebd6ca7 100644 --- a/drivers/bluetooth/dtl1_cs.c +++ b/drivers/bluetooth/dtl1_cs.c | |||
@@ -592,6 +592,7 @@ static void dtl1_detach(struct pcmcia_device *link) | |||
592 | 592 | ||
593 | static int dtl1_confcheck(struct pcmcia_device *p_dev, | 593 | static int dtl1_confcheck(struct pcmcia_device *p_dev, |
594 | cistpl_cftable_entry_t *cf, | 594 | cistpl_cftable_entry_t *cf, |
595 | cistpl_cftable_entry_t *dflt, | ||
595 | void *priv_data) | 596 | void *priv_data) |
596 | { | 597 | { |
597 | if ((cf->io.nwin == 1) && (cf->io.win[0].len > 8)) { | 598 | if ((cf->io.nwin == 1) && (cf->io.win[0].len > 8)) { |