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:
7e11f9f
)
drm/i915: Avoid div-by-zero in clock calculation funcs
author
Ville Syrjälä
<ville.syrjala@linux.intel.com>
Mon, 2 Dec 2013 17:00:45 +0000
(19:00 +0200)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Tue, 3 Dec 2013 17:02:01 +0000
(18:02 +0100)
Check that the N and P dividers don't cause a divide by zero.
This shouldn't happen under normal circumstances, but can
happen eg. under simulation.
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
No differences found