Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252000
b: refs/heads/master
c: f1a7ee9
h: refs/heads/master
v: v3
  • Loading branch information
Michal Marek committed May 25, 2011
1 parent b123102 commit 75f662d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: b953ff2238661cd95513a8f2837197c6f77a642f
refs/heads/master: f1a7ee977df9f5c0f18449a9280d62ba04daed0c
1 change: 0 additions & 1 deletion trunk/drivers/parport/parport_ip32.c
Original file line number Diff line number Diff line change
Expand Up @@ -2203,7 +2203,6 @@ static __exit void parport_ip32_unregister_port(struct parport *p)
static int __init parport_ip32_init(void)
{
pr_info(PPIP32 "SGI IP32 built-in parallel port driver v0.6\n");
pr_debug1(PPIP32 "Compiled on %s, %s\n", __DATE__, __TIME__);
this_port = parport_ip32_probe_port();
return IS_ERR(this_port) ? PTR_ERR(this_port) : 0;
}
Expand Down

0 comments on commit 75f662d

Please sign in to comment.