On 14/03/16 12:04, Bernd Schmidt wrote:
On 03/11/2016 04:32 PM, Kyrill Tkachov wrote:
PR driver/70132
* config/arm/driver-arm.c (host_detect_local_cpu): Set file pointer
to NULL after closing file.
Doesn't match the patch. Either variant is fine but please use the right
combination :)
Sorry, that ChangeLog was from a earlier revision of the patch.
The correct one is:
2016-03-23 Kyrylo Tkachov <kyrylo.tkac...@arm.com>
PR driver/70132
* config/arm/driver-arm.c (host_detect_local_cpu): Reorder exit logic
to not call fclose twice on file.
Committed with r234419.
Thanks,
Kyrill
Bernd