Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39905
b: refs/heads/master
c: 49c61cc
h: refs/heads/master
i:
  39903: 79b437c
v: v3
  • Loading branch information
Akinobu Mita authored and Greg Kroah-Hartman committed Oct 18, 2006
1 parent 680d102 commit b0771c1
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: 29f3eb64634cf96903a3cdb56b1f9a80bebad17d
refs/heads/master: 49c61cca2b6591a28ffa4abb73c718091f569746
4 changes: 2 additions & 2 deletions trunk/drivers/pci/hotplug/cpcihp_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ static int __init validate_parameters(void)

if(!bridge) {
info("not configured, disabling.");
return 1;
return -EINVAL;
}
str = bridge;
if(!*str)
Expand Down Expand Up @@ -147,7 +147,7 @@ static int __init cpcihp_generic_init(void)

info(DRIVER_DESC " version: " DRIVER_VERSION);
status = validate_parameters();
if(status != 0)
if (status)
return status;

r = request_region(port, 1, "#ENUM hotswap signal register");
Expand Down

0 comments on commit b0771c1

Please sign in to comment.