From: Dan Carpenter Date: Thu, 3 Apr 2014 07:22:54 +0000 (+0300) Subject: i2c: qup: off by ones in qup_i2c_probe() X-Git-Tag: v3.15-rc1~41^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=199c1df28d41ec057d92aaa6bd8bf9ebd5686c57;p=pandora-kernel.git i2c: qup: off by ones in qup_i2c_probe() These should ">= ARRAY_SIZE()" instead of "> ARRAY_SIZE()". Fixes: 10c5a8425968 ('i2c: qup: New bus driver for the Qualcomm QUP I2C controller') Signed-off-by: Dan Carpenter Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed