aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/sl811_cs.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/sl811_cs.c')
-rw-r--r--drivers/usb/host/sl811_cs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/sl811_cs.c b/drivers/usb/host/sl811_cs.c
index 8e8475298baa..78bad5188144 100644
--- a/drivers/usb/host/sl811_cs.c
+++ b/drivers/usb/host/sl811_cs.c
@@ -228,7 +228,6 @@ static int sl811_cs_probe(struct pcmcia_device *link)
228 link->priv = local; 228 link->priv = local;
229 229
230 link->conf.Attributes = 0; 230 link->conf.Attributes = 0;
231 link->conf.IntType = INT_MEMORY_AND_IO;
232 231
233 return sl811_cs_config(link); 232 return sl811_cs_config(link);
234} 233}