Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269817
b: refs/heads/master
c: 2294488
h: refs/heads/master
i:
  269815: c0778e3
v: v3
  • Loading branch information
Adam Jackson authored and Keith Packard committed Oct 20, 2011
1 parent 7f8f094 commit 8e9db58
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 46eb303682f72717d1a75cdd2309733bfed43396
refs/heads/master: 2294488da3402220120ff10360653a2ae3c15024
3 changes: 1 addition & 2 deletions trunk/drivers/gpu/drm/i915/intel_sdvo.c
Original file line number Diff line number Diff line change
Expand Up @@ -1232,8 +1232,7 @@ static bool
intel_sdvo_multifunc_encoder(struct intel_sdvo *intel_sdvo)
{
/* Is there more than one type of output? */
int caps = intel_sdvo->caps.output_flags & 0xf;
return caps & -caps;
return hweight16(intel_sdvo->caps.output_flags) > 1;
}

static struct edid *
Expand Down

0 comments on commit 8e9db58

Please sign in to comment.