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:
295ee85
)
drm: Don't return 0 for a value used as a denominator
author
Damien Lespiau
<damien.lespiau@intel.com>
Fri, 8 Aug 2014 17:50:18 +0000
(18:50 +0100)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Thu, 14 Aug 2014 19:24:29 +0000
(21:24 +0200)
Static analysis will be unhappy if a function can theoretically return
0 and we're trying to divide by that value.
Mark that case that cannot occur as a BUG() instead.
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/drm_dp_mst_topology.c
patch
|
blob
|
history
diff --cc
drivers/gpu/drm/drm_dp_mst_topology.c
Simple merge