Suraj Jitindar Singh 74422e2b19 powerpc/pseries: Remove VLA from lparcfg_write()
In lparcfg_write we hard code kbuf_sz and then use this as the variable
length of kbuf creating a variable length array. Since we're hard coding
the length anyway just define the array using this as the length and
remove the need for kbuf_sz, thus removing the variable length array.

Signed-off-by: Suraj Jitindar Singh <sjitindarsingh@gmail.com>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2018-09-19 22:08:12 +10:00
..
2018-08-17 11:32:50 -07:00
2018-09-04 21:12:46 +02:00
2018-08-17 11:32:50 -07:00
2018-06-12 16:19:22 -07:00
2018-08-17 11:32:50 -07:00
2018-08-17 11:32:50 -07:00