Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38185
b: refs/heads/master
c: 07bd1c4
h: refs/heads/master
i:
  38183: e0f688c
v: v3
  • Loading branch information
David Woodhouse authored and Paul Mackerras committed Oct 2, 2006
1 parent 8c102cd commit ba807bb
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 61e37ca22b717a9edc3e5e7c7f3603fad464c76d
refs/heads/master: 07bd1c4a82d1787d6acc32b5e3873cca24f39769
4 changes: 4 additions & 0 deletions trunk/drivers/pnp/isapnp/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1049,6 +1049,10 @@ static int __init isapnp_init(void)
printk(KERN_INFO "isapnp: ISA Plug & Play support disabled\n");
return 0;
}
#ifdef CONFIG_PPC_MERGE
if (check_legacy_ioport(_PIDXR) || check_legacy_ioport(_PNPWRP))
return -EINVAL;
#endif
#ifdef ISAPNP_REGION_OK
if (!request_region(_PIDXR, 1, "isapnp index")) {
printk(KERN_ERR "isapnp: Index Register 0x%x already used\n", _PIDXR);
Expand Down

0 comments on commit ba807bb

Please sign in to comment.