ACK: [PATCH] opal: make found_dimm static as it is local to just this source

Alex Hung alex.hung at canonical.com
Wed Mar 15 13:17:45 UTC 2017


On 2017-03-15 06:06 PM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
>  src/opal/mem_info.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/opal/mem_info.c b/src/opal/mem_info.c
> index 2024080..6f88764 100644
> --- a/src/opal/mem_info.c
> +++ b/src/opal/mem_info.c
> @@ -27,7 +27,7 @@
>
>  #include <libfdt.h>
>
> -bool found_dimm = false;
> +static bool found_dimm = false;
>
>  static int get_dimm_property(fwts_framework *fw,
>  			char *my_path,
>

Acked-by: Alex Hung <alex.hung at canonical.com>



More information about the fwts-devel mailing list