Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161933
b: refs/heads/master
c: 889c277
h: refs/heads/master
i:
  161931: 30f8a5e
v: v3
  • Loading branch information
Wolfram Sang authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent 49dc3f1 commit 0db81a9
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: cb6dbd79628a53e66352387b53b426fa88640bfe
refs/heads/master: 889c27744c30eb7a43b68c11e33e679cfafc8cd5
4 changes: 2 additions & 2 deletions trunk/drivers/pcmcia/pcmcia_resource.c
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ struct pcmcia_cfg_mem {
*
* pcmcia_loop_config() loops over all configuration options, and calls
* the driver-specific conf_check() for each one, checking whether
* it is a valid one.
* it is a valid one. Returns 0 on success or errorcode otherwise.
*/
int pcmcia_loop_config(struct pcmcia_device *p_dev,
int (*conf_check) (struct pcmcia_device *p_dev,
Expand All @@ -915,7 +915,7 @@ int pcmcia_loop_config(struct pcmcia_device *p_dev,
struct pcmcia_cfg_mem *cfg_mem;

tuple_t *tuple;
int ret = -ENODEV;
int ret;
unsigned int vcc;

cfg_mem = kzalloc(sizeof(struct pcmcia_cfg_mem), GFP_KERNEL);
Expand Down

0 comments on commit 0db81a9

Please sign in to comment.