Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 365625
b: refs/heads/master
c: 8e1274a
h: refs/heads/master
i:
  365623: 51bda00
v: v3
  • Loading branch information
Jingoo Han authored and Linus Torvalds committed Apr 30, 2013
1 parent 3c77139 commit 49f88fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: b2dcd7be0b4cd1d226d014cbafea209f41cc70d2
refs/heads/master: 8e1274a34cc68c0f362c1f3bf2bd27cdf3d51719
4 changes: 1 addition & 3 deletions trunk/drivers/video/backlight/omap1_bl.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/

#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>
Expand Down Expand Up @@ -170,7 +168,7 @@ static int omapbl_probe(struct platform_device *pdev)
dev->props.brightness = pdata->default_intensity;
omapbl_update_status(dev);

pr_info("OMAP LCD backlight initialised\n");
dev_info(&pdev->dev, "OMAP LCD backlight initialised\n");

return 0;
}
Expand Down

0 comments on commit 49f88fe

Please sign in to comment.