diff options
Diffstat (limited to 'drivers/pcmcia/pcmcia_resource.c')
-rw-r--r-- | drivers/pcmcia/pcmcia_resource.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pcmcia/pcmcia_resource.c b/drivers/pcmcia/pcmcia_resource.c index 93a270e15cea..afea2b2558b5 100644 --- a/drivers/pcmcia/pcmcia_resource.c +++ b/drivers/pcmcia/pcmcia_resource.c | |||
@@ -937,7 +937,7 @@ int pcmcia_loop_config(struct pcmcia_device *p_dev, | |||
937 | if (pcmcia_get_tuple_data(p_dev, tuple)) | 937 | if (pcmcia_get_tuple_data(p_dev, tuple)) |
938 | goto next_entry; | 938 | goto next_entry; |
939 | 939 | ||
940 | if (pcmcia_parse_tuple(p_dev, tuple, &cfg_mem->parse)) | 940 | if (pcmcia_parse_tuple(tuple, &cfg_mem->parse)) |
941 | goto next_entry; | 941 | goto next_entry; |
942 | 942 | ||
943 | /* default values */ | 943 | /* default values */ |