Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169131
b: refs/heads/master
c: 638bba5
h: refs/heads/master
i:
  169129: de975a7
  169127: 198accc
v: v3
  • Loading branch information
Dominik Brodowski committed Nov 9, 2009
1 parent 592c560 commit d8de1f0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 55a19b39acb8888af8e9cfe5b762d03c52fdb48c
refs/heads/master: 638bba55fe6440439005f02fcd6b0c1f908d0d11
7 changes: 7 additions & 0 deletions trunk/drivers/pcmcia/cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,13 @@ int pcmcia_register_socket(struct pcmcia_socket *socket)

pcmcia_parse_events(socket, SS_DETECT);

/*
* Let's try to get the PCMCIA module for 16-bit PCMCIA support.
* If it fails, it doesn't matter -- we still have 32-bit CardBus
* support to offer, so this is not a failure mode.
*/
request_module_nowait("pcmcia");

return 0;

err:
Expand Down

0 comments on commit d8de1f0

Please sign in to comment.