kernel/linux: remove unneeded meson variables
authorBruce Richardson <bruce.richardson@intel.com>
Fri, 17 May 2019 13:45:29 +0000 (14:45 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 29 May 2019 22:28:39 +0000 (00:28 +0200)
commit9c1be11a4a6545af438a01e5df8c323f150aa56a
tree266fc36c185b0c834e250017d4f96f0bdb410986
parent41dec89f5450ce4ad37982c9a1cf121a2dd18829
kernel/linux: remove unneeded meson variables

The local variables for the error message aren't needed, since the messages
aren't used more than once, and the indent levels are now such that the
lines printing the message are not much longer than the lines defining the
variables to hold the messages themselves. Therefore the use of the
variables is pointless.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
Acked-by: Luca Boccassi <bluca@debian.org>
kernel/linux/meson.build