Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97270
b: refs/heads/master
c: d585dfe
h: refs/heads/master
v: v3
  • Loading branch information
Ben Dooks authored and Linus Torvalds committed May 24, 2008
1 parent e708469 commit 22761ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions 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: 673b4600e3b3cc6689025e6a6fc6909b6e53dd5e
refs/heads/master: d585dfe840c93ea800afc124333b6ac04722d359
5 changes: 4 additions & 1 deletion trunk/drivers/video/s3c2410fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,10 @@ static int __init s3c24xxfb_probe(struct platform_device *pdev,
}

/* create device files */
device_create_file(&pdev->dev, &dev_attr_debug);
ret = device_create_file(&pdev->dev, &dev_attr_debug);
if (ret) {
printk(KERN_ERR "failed to add debug attribute\n");
}

printk(KERN_INFO "fb%d: %s frame buffer device\n",
fbinfo->node, fbinfo->fix.id);
Expand Down

0 comments on commit 22761ba

Please sign in to comment.