Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317987
b: refs/heads/master
c: 493aa89
h: refs/heads/master
i:
  317985: 1660223
  317983: bbba5e2
v: v3
  • Loading branch information
Toshiaki Yamane authored and Greg Kroah-Hartman committed Jul 17, 2012
1 parent f6fe08e commit 4edab3f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 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: eb073a9bf2b6edf8cf69eb393a1e511942cd1c64
refs/heads/master: 493aa896cbed9e5a60f498076d4e3145335cf4c9
12 changes: 7 additions & 5 deletions trunk/drivers/staging/panel/panel.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
*
*/

#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

#include <linux/module.h>

#include <linux/types.h>
Expand Down Expand Up @@ -2279,12 +2281,12 @@ int panel_init(void)
register_reboot_notifier(&panel_notifier);

if (pprt)
printk(KERN_INFO "Panel driver version " PANEL_VERSION
" registered on parport%d (io=0x%lx).\n", parport,
pprt->port->base);
pr_info("driver version " PANEL_VERSION
" registered on parport%d (io=0x%lx).\n", parport,
pprt->port->base);
else
printk(KERN_INFO "Panel driver version " PANEL_VERSION
" not yet registered\n");
pr_info("driver version " PANEL_VERSION
" not yet registered\n");
/* tells various subsystems about the fact that initialization
is finished */
init_in_progress = 0;
Expand Down

0 comments on commit 4edab3f

Please sign in to comment.