Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15039
b: refs/heads/master
c: 6879939
h: refs/heads/master
i:
  15037: 43afafe
  15035: b16dca9
  15031: 588f601
  15023: 9bee895
  15007: d033b9f
  14975: fb6151e
v: v3
  • Loading branch information
Dave Jones authored and Linus Torvalds committed Dec 12, 2005
1 parent bc5e011 commit 42303fc
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: bf8d5c52c3b6b27061e3b7d779057fd9a6cac164
refs/heads/master: 68799398cea44b81d1e919f842d8d84d471053d5
2 changes: 1 addition & 1 deletion trunk/include/linux/parport_pc.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ extern __inline__ void dump_parport_state (char *str, struct parport *p)
unsigned char dcr = inb (CONTROL (p));
unsigned char dsr = inb (STATUS (p));
static char *ecr_modes[] = {"SPP", "PS2", "PPFIFO", "ECP", "xXx", "yYy", "TST", "CFG"};
const struct parport_pc_private *priv = (parport_pc_private *)p->physport->private_data;
const struct parport_pc_private *priv = p->physport->private_data;
int i;

printk (KERN_DEBUG "*** parport state (%s): ecr=[%s", str, ecr_modes[(ecr & 0xe0) >> 5]);
Expand Down

0 comments on commit 42303fc

Please sign in to comment.