Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308947
b: refs/heads/master
c: 8c7610f
h: refs/heads/master
i:
  308945: 9026515
  308943: 8e9cce1
v: v3
  • Loading branch information
Jingoo Han authored and Linus Torvalds committed May 29, 2012
1 parent 78aeb82 commit 0ead329
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: 31e6432b3210e89a520fe17b9b29877780355b69
refs/heads/master: 8c7610f3b47c5027719c12c9af4dfdfc294afa6f
6 changes: 4 additions & 2 deletions trunk/drivers/video/backlight/generic_bl.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
*
*/

#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>
Expand Down Expand Up @@ -106,7 +108,7 @@ static int genericbl_probe(struct platform_device *pdev)

generic_backlight_device = bd;

printk("Generic Backlight Driver Initialized.\n");
pr_info("Generic Backlight Driver Initialized.\n");
return 0;
}

Expand All @@ -120,7 +122,7 @@ static int genericbl_remove(struct platform_device *pdev)

backlight_device_unregister(bd);

printk("Generic Backlight Driver Unloaded\n");
pr_info("Generic Backlight Driver Unloaded\n");
return 0;
}

Expand Down

0 comments on commit 0ead329

Please sign in to comment.