Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42407
b: refs/heads/master
c: 6cf5be5
h: refs/heads/master
i:
  42405: d257cee
  42403: 690a089
  42399: 73c665a
v: v3
  • Loading branch information
Dominik Brodowski committed Dec 5, 2006
1 parent 511e84d commit 87ab236
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9374074f9b8bfe15bd5860019d07d967507c2bb6
refs/heads/master: 6cf5be5112ecc5b0bded73bd2a64c1d46e4f6b8c
4 changes: 2 additions & 2 deletions trunk/drivers/pcmcia/ds.c
Original file line number Diff line number Diff line change
Expand Up @@ -529,8 +529,8 @@ struct pcmcia_device * pcmcia_device_add(struct pcmcia_socket *s, unsigned int f

mutex_lock(&device_add_lock);

/* max of 2 devices per card */
if (s->device_count == 2)
/* max of 4 devices per card */
if (s->device_count == 4)
goto err_put;

p_dev = kzalloc(sizeof(struct pcmcia_device), GFP_KERNEL);
Expand Down

0 comments on commit 87ab236

Please sign in to comment.