From: Axel Lin Date: Mon, 16 May 2011 14:19:01 +0000 (+0800) Subject: mfd: Fix off-by-one value range checking for tps65910_i2c_write X-Git-Tag: v3.0-rc1~48^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0514e9acd7655c708fbf12a659ea43d835bc688a;p=pandora-kernel.git mfd: Fix off-by-one value range checking for tps65910_i2c_write If bytes == (TPS65910_MAX_REGISTER + 1), we have a buffer overflow when doing memcpy(&msg[1], src, bytes). Signed-off-by: Axel Lin Acked-by: Samuel Ortiz Signed-off-by: Liam Girdwood --- Reading git-diff-tree failed