commit | 04f49faf70d4c056cd6576ff0614bb54e7a70bbc | [log] [tgz] |
---|---|---|
author | Scott Feldman <sfeldma@gmail.com> | Sun Mar 15 23:04:46 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 16 15:56:36 2015 -0400 |
tree | 3491cfb14f4fb8636eea6979a8163dbf7aff8dcc | |
parent | b35f504a0c2631d57ebbb5b5b85a9055f62dce88 [diff] |
rocker: replace fixed stack allocation with dynamic allocation In hast to fix some sparse warning, I hard-coded a fix-sized array on the stack which is probably too big for kernel standards. Fix this by converting array to dynamic allocation. Signed-off-by: Scott Feldman <sfeldma@gmail.com> Acked-by: Jiri Pirko <jiri@resnulli.us> Signed-off-by: David S. Miller <davem@davemloft.net>