Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 365626
b: refs/heads/master
c: 8ab5aa6
h: refs/heads/master
v: v3
  • Loading branch information
Jingoo Han authored and Linus Torvalds committed Apr 30, 2013
1 parent 49f88fe commit 3c629ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 8e1274a34cc68c0f362c1f3bf2bd27cdf3d51719
refs/heads/master: 8ab5aa67f17dc5e18c446664b0105c45a41fec74
6 changes: 2 additions & 4 deletions trunk/drivers/video/backlight/generic_bl.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
*
*/

#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

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

generic_backlight_device = bd;

pr_info("Generic Backlight Driver Initialized.\n");
dev_info(&pdev->dev, "Generic Backlight Driver Initialized.\n");
return 0;
}

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

backlight_device_unregister(bd);

pr_info("Generic Backlight Driver Unloaded\n");
dev_info(&pdev->dev, "Generic Backlight Driver Unloaded\n");
return 0;
}

Expand Down

0 comments on commit 3c629ab

Please sign in to comment.