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:
89cd67b
)
drm/radeon/dpm/btc: off by one in btc_set_mc_special_registers()
author
Dan Carpenter
<dan.carpenter@oracle.com>
Fri, 27 Sep 2013 20:18:39 +0000
(23:18 +0300)
committer
Alex Deucher
<alexander.deucher@amd.com>
Wed, 9 Oct 2013 21:13:47 +0000
(17:13 -0400)
It should be ">=" instead of ">" here. The table->mc_reg_address[]
array has SMC_EVERGREEN_MC_REGISTER_ARRAY_SIZE (16) elements.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
No differences found