summaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/main.c
diff options
context:
space:
mode:
authorTomas Winkler <tomas.winkler@intel.com>2017-03-20 15:04:05 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-04-08 17:38:25 +0200
commitdd04eecc41ae7cf139593b400e74defad62cec54 (patch)
treeaf56e3cbffa0576dc64948353753a61b6a62bd30 /drivers/misc/mei/main.c
parent3fcbab6c4a962259b8cb83aea813a4c7fbe11f77 (diff)
downloadlinux-dd04eecc41ae7cf139593b400e74defad62cec54.tar.bz2
mei: bus: elminate variable length arrays
Though VLA are supported by CC99 there are many cavities and should be avoided. 'const size_t len = sizeof()' that we used may not be set at the compile time hence generating VLA code. This fixes also sparse warning warning: Variable length array is used type. Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/mei/main.c')
0 files changed, 0 insertions, 0 deletions