Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118050
b: refs/heads/master
c: 120a374
h: refs/heads/master
v: v3
  • Loading branch information
Mikulas Patocka authored and Linus Torvalds committed Oct 30, 2008
1 parent e2d1c32 commit a3857b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 51b7616e36fbad93d7ba9e41f11fb57143d11252
refs/heads/master: 120a37470c2831fea49fdebaceb5a7039f700ce6
4 changes: 2 additions & 2 deletions trunk/drivers/video/fbmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -1262,8 +1262,8 @@ fb_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
case FBIOPUT_CON2FBMAP:
arg = (unsigned long) compat_ptr(arg);
case FBIOBLANK:
ret = fb_ioctl(file, cmd, arg);
break;
mutex_unlock(&info->lock);
return fb_ioctl(file, cmd, arg);

case FBIOGET_FSCREENINFO:
ret = fb_get_fscreeninfo(inode, file, cmd, arg);
Expand Down

0 comments on commit a3857b2

Please sign in to comment.