commit | ffbc05ea8ecbc11e2d3cab885c7e1a06aa2b2213 | [log] [tgz] |
---|---|---|
author | Pat Erley <perley@cyngn.com> | Fri Jun 03 15:51:17 2016 -0700 |
committer | Nathan Prevette <nprevette420@gmail.com> | Sun Jun 05 16:49:25 2016 -0700 |
tree | 23523ee511d74f64bf7f0b7be09bf881d07cac01 | |
parent | d0642f24cc147aaf2bf2a520c75043657528f554 [diff] |
power-8952: Fix array initialization The array has 7 elements, but is specified as 5. There's no need to specify a statically sized array like this, so remove the size from the declaration. Change-Id: I4909526738f8a23167f98a888e7e32bd07133df4