From: Vincent Whitchurch Date: Tue, 29 Aug 2023 14:04:12 +0000 (+0200) Subject: regulator: tps6287x: Fix n_voltages X-Git-Tag: ceph-for-6.6-rc4~79^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=c69290557c7571dff3d995fa27619b965915e8a1;p=ceph-client.git regulator: tps6287x: Fix n_voltages There are 256 possible voltage settings for each range, not 256 possible voltage settings in total. Fixes: 15a1cd245d5b ("regulator: tps6287x: Fix missing .n_voltages setting") Signed-off-by: Vincent Whitchurch