Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198335
b: refs/heads/master
c: dbd536b
h: refs/heads/master
i:
  198333: 3d921ad
  198331: 21967eb
  198327: 14a9435
  198319: 7d403f2
  198303: 72850b2
  198271: 31a480c
v: v3
  • Loading branch information
Dan Carpenter authored and Linus Torvalds committed May 25, 2010
1 parent 8bd8609 commit c65c4f4
Show file tree
Hide file tree
Showing 2 changed files with 2 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: fbd65e0ecdeffe5e50ad850fb7240888b1af6b22
refs/heads/master: dbd536bf2f1b494240b56035ee16eba2e3d89b6a
2 changes: 1 addition & 1 deletion trunk/drivers/video/sis/sis_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1845,7 +1845,7 @@ sisfb_get_fix(struct fb_fix_screeninfo *fix, int con, struct fb_info *info)

memset(fix, 0, sizeof(struct fb_fix_screeninfo));

strcpy(fix->id, ivideo->myid);
strlcpy(fix->id, ivideo->myid, sizeof(fix->id));

mutex_lock(&info->mm_lock);
fix->smem_start = ivideo->video_base + ivideo->video_offset;
Expand Down

0 comments on commit c65c4f4

Please sign in to comment.