[PATCH 07/10] scripts/basic/fixdep: Fix error log output in do_config_file()

2016-10-28 Thread SF Markus Elfring
From: Markus Elfring Date: Thu, 27 Oct 2016 22:15:14 +0200 The function "perror" was called after a call of the function "fprintf" in two if branches. So it could happen that an error message was displayed for a failed print operation instead of the failure

[PATCH 07/10] scripts/basic/fixdep: Fix error log output in do_config_file()

2016-10-28 Thread SF Markus Elfring
From: Markus Elfring Date: Thu, 27 Oct 2016 22:15:14 +0200 The function "perror" was called after a call of the function "fprintf" in two if branches. So it could happen that an error message was displayed for a failed print operation instead of the failure according to the call of the function