Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143202
b: refs/heads/master
c: 0efb2a0
h: refs/heads/master
v: v3
  • Loading branch information
Krzysztof Helt authored and Linus Torvalds committed Apr 13, 2009
1 parent b7c24ef commit 135936f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 697f619fc87aa9bf5b6c8c756f7ea54e950d5cd5
refs/heads/master: 0efb2a03af7eddadb4d0db5f855b1614ba9b0a00
4 changes: 1 addition & 3 deletions trunk/drivers/video/cirrusfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -567,9 +567,7 @@ static int cirrusfb_check_var(struct fb_var_screeninfo *var,
default:
dev_dbg(info->device,
"Unsupported bpp size: %d\n", var->bits_per_pixel);
assert(false);
/* should never occur */
break;
return -EINVAL;
}

if (var->xres_virtual < var->xres)
Expand Down

0 comments on commit 135936f

Please sign in to comment.