commit | ee65e18206f5b430d71c39f72fa85a8d1f2b999d | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Fri Jul 15 14:08:17 2016 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Tue Aug 30 12:06:12 2016 +0300 |
tree | 05b5685bad8e765e1e522635aac9f31667440491 | |
parent | d4b9efa3b9aa7d4c0e946ecb634154132402158f [diff] |
fb: adv7393: off by one in probe function This should be >= instead of >. It's a little bit clearer if we just get rid of the temporary variable and just use ARRAY_SIZE() directly. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>