Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248677
b: refs/heads/master
c: 868d172
h: refs/heads/master
i:
  248675: 37a456c
v: v3
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed May 7, 2011
1 parent 8bb0d13 commit 032ce75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 61ec9016988f5c030e96e3c8a42ee9e11b8517aa
refs/heads/master: 868d1721a2200244a4555193d4adc1133cfb3978
2 changes: 1 addition & 1 deletion trunk/drivers/parport/parport_pc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1621,7 +1621,7 @@ static void __devinit detect_and_report_it87(void)
u8 origval, r;
if (verbose_probing)
printk(KERN_DEBUG "IT8705 Super-IO detection, now testing port 2E ...\n");
if (!request_region(0x2e, 2, __func__))
if (!request_muxed_region(0x2e, 2, __func__))
return;
origval = inb(0x2e); /* Save original value */
outb(0x87, 0x2e);
Expand Down

0 comments on commit 032ce75

Please sign in to comment.