Skip to content

Commit

Permalink
XilinxFB: typo bugfix
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Grant Likely authored and Linus Torvalds committed Oct 14, 2007
1 parent 24cf273 commit 86a2249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/xilinxfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ static struct xilinxfb_platform_data xilinx_fb_default_pdata = {
.xres = 640,
.yres = 480,
.xvirt = 1024,
.yvirt = 480;
.yvirt = 480,
};

/*
Expand Down

0 comments on commit 86a2249

Please sign in to comment.