commit | 8b00e1831cea899cd4dfe04e574c26e376c27368 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Tue Jul 02 09:28:21 2013 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Mon Jul 29 11:24:41 2013 +0300 |
tree | 4ba79d180ba07a07220e7a44b3fe1a13deb1abc4 | |
parent | 6d3488a5acc64b79773ada12060babe90c0fb130 [diff] |
fbdev/atyfb: fix recent breakage in correct_chipset() The 6e36308a6f "fb: fix atyfb build warning" isn't right. It makes all the indexes off by one. This patch reverts it and casts the ARRAY_SIZE() to int to silence the build warning. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>