Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233973
b: refs/heads/master
c: 8d9bd90
h: refs/heads/master
i:
  233971: 722d40b
v: v3
  • Loading branch information
Dmitry Eremin-Solenikov authored and Eric Miao committed Feb 27, 2011
1 parent ac0fd64 commit ce6e582
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 6767c5203459ebee1410e87450b32bf9f4488406
refs/heads/master: 8d9bd9002dc8c3a05e11c5f40d95d06e15e83f71
3 changes: 3 additions & 0 deletions trunk/drivers/pcmcia/pxa2xx_colibri.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,9 @@ static int __init colibri_pcmcia_init(void)
{
int ret;

if (!machine_is_colibri() && !machine_is_colibri320())
return -ENODEV;

colibri_pcmcia_device = platform_device_alloc("pxa2xx-pcmcia", -1);
if (!colibri_pcmcia_device)
return -ENOMEM;
Expand Down

0 comments on commit ce6e582

Please sign in to comment.