Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15116
b: refs/heads/master
c: fb79ffa
h: refs/heads/master
v: v3
  • Loading branch information
Ole Reinhardt authored and Linus Torvalds committed Dec 14, 2005
1 parent 36b5f0e commit beaf9d0
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 118c71bcacce82a4317c9bd99c6a15af14020aee
refs/heads/master: fb79ffa4ddbe3f6f30fdb8429b5bad84d25ae6ef
3 changes: 2 additions & 1 deletion trunk/drivers/video/pxafb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1396,7 +1396,8 @@ static struct platform_driver pxafb_driver = {
int __devinit pxafb_setup(char *options)
{
# ifdef CONFIG_FB_PXA_PARAMETERS
strlcpy(g_options, options, sizeof(g_options));
if (options)
strlcpy(g_options, options, sizeof(g_options));
# endif
return 0;
}
Expand Down

0 comments on commit beaf9d0

Please sign in to comment.