[PATCH v2 1/3] platform/x86: fujitsu-laptop: clean up local variables in call_fext_func()

2017-04-05 Thread Michał Kępień
Set values of FUNC call parameters in a designated initializer. Do not initialize status and handle variables as the values these are initialized to have no influence on execution flow. Use an array variable instead of the address of the first element of that array. Signed-off-by: Michał Kępień

[PATCH v2 1/3] platform/x86: fujitsu-laptop: clean up local variables in call_fext_func()

2017-04-05 Thread Michał Kępień
Set values of FUNC call parameters in a designated initializer. Do not initialize status and handle variables as the values these are initialized to have no influence on execution flow. Use an array variable instead of the address of the first element of that array. Signed-off-by: Michał Kępień