From: Axel Lin Date: Thu, 12 Sep 2013 01:38:12 +0000 (+0800) Subject: regulator: palmas: Remove wrong comment for the equation calculating num_voltages X-Git-Tag: v3.12-rc4~36^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae3e101286df40cdde49c4737e2868289ed7f35b;p=pandora-kernel.git regulator: palmas: Remove wrong comment for the equation calculating num_voltages Current equation on the comment is wrong. For linear mapping starting from 0, the equation is (maxV-minV)/stepV + 1. Since the linear mapping for PALMAS is not all starting from 0, the equation on the comment is not useful and misleading. Thus remove it. Signed-off-by: Axel Lin Signed-off-by: Mark Brown --- Reading git-diff-tree failed