From 552e19d8764aeea3ecdf6cf29e22d6b99a505091 Mon Sep 17 00:00:00 2001 From: Ivan Khoronzhuk Date: Wed, 18 Feb 2015 13:33:21 +0200 Subject: [PATCH] firmware: dmi_scan: Use direct access to static vars There is no reason to pass static vars to function that can use only them. The dmi_table() can use only dmi_len and dmi_num static vars, so use them directly. In this case we can freely change their type in one place and slightly decrease redundancy. Signed-off-by: Ivan Khoronzhuk Signed-off-by: Matt Fleming --- Reading git-format-patch failed