From: Dan Carpenter Date: Sat, 28 Sep 2013 09:35:31 +0000 (+0300) Subject: drm/radeon/dpm: off by one in si_set_mc_special_registers() X-Git-Tag: v3.12-rc5~14^2~2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fd9c581862a4874c0bdaf16231d8873832bbb99;p=pandora-kernel.git drm/radeon/dpm: off by one in si_set_mc_special_registers() These checks should be ">=" instead of ">". j is used as an offset into the table->mc_reg_address[] array and that has SMC_SISLANDS_MC_REGISTER_ARRAY_SIZE (16) elements. Signed-off-by: Dan Carpenter Signed-off-by: Alex Deucher Cc: stable@vger.kernel.org --- Reading git-diff-tree failed