Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4270
b: refs/heads/master
c: 8f96c95
h: refs/heads/master
v: v3
  • Loading branch information
KAMBAROV, ZAUR authored and Linus Torvalds committed Jul 8, 2005
1 parent ba9b08f commit 0ea119b
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: 5bbcfd9000887c0da7d57cc7b3ac869fc0dd5aa9
refs/heads/master: 8f96c95680bfe66ff00c91859d4c73edf539b854
2 changes: 1 addition & 1 deletion trunk/drivers/video/fbsysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ static ssize_t show_cmap(struct class_device *class_device, char *buf)
unsigned int offset = 0, i;

if (!fb_info->cmap.red || !fb_info->cmap.blue ||
fb_info->cmap.green || fb_info->cmap.transp)
!fb_info->cmap.green || !fb_info->cmap.transp)
return -EINVAL;

for (i = 0; i < fb_info->cmap.len; i++) {
Expand Down

0 comments on commit 0ea119b

Please sign in to comment.