git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0274df3
)
i915: Remove silly test
author
Alan Cox
<alan@linux.intel.com>
Wed, 25 Jul 2012 12:51:20 +0000
(13:51 +0100)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Thu, 26 Jul 2012 07:50:35 +0000
(09:50 +0200)
drv_priv->gmbus is an array. Comparing it with NULL is somewhat less useful
than a chocolate teapot.
Possibly we should be testing bus != NULL each iteration of the loop
instead ?
gcc could help by warning too!
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
No differences found