mfd: Off by one calculating size for timberdale
authorDan Carpenter <error27@gmail.com>
Mon, 22 Mar 2010 12:12:42 +0000 (15:12 +0300)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 27 May 2010 23:37:30 +0000 (01:37 +0200)
I'm pretty sure that it should be + 1 here.  It's an off by one, because
we start counting at zero.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Acked-by: Richard Röjfors <richard.rojfors@pelagicore.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

No differences found