commit | 9a4381618262157586051f5ba0db42df3c6ab4b5 | [log] [tgz] |
---|---|---|
author | Laura Abbott <labbott@redhat.com> | Tue Apr 10 18:04:29 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 12 21:46:10 2018 -0400 |
tree | a34c683d2f32cb6f87a3a554f4cae765cfd5c815 | |
parent | b16520f7493d06d8ef6d4255bdfcf7a803d7874a [diff] |
mISDN: Remove VLAs There's an ongoing effort to remove VLAs[1] from the kernel to eventually turn on -Wvla. Remove the VLAs from the mISDN code by switching to using kstrdup in one place and using an upper bound in another. Signed-off-by: Laura Abbott <labbott@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>