Re: [U-Boot] [PATCH 4/6] video: test: Adjust order of file closure

2016-02-06 Thread Anatolij Gustschin
On Sat, 30 Jan 2016 15:45:17 -0700 Simon Glass s...@chromium.org wrote: > Close the file earlier to hopefully fix a Coverity error. > > Reported-by: Coverity (CID: 134901) > > Signed-off-by: Simon Glass > --- > > test/dm/video.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) applied

Re: [U-Boot] [PATCH 4/6] video: test: Adjust order of file closure

2016-02-01 Thread Tom Rini
On Sat, Jan 30, 2016 at 03:45:17PM -0700, Simon Glass wrote: > Close the file earlier to hopefully fix a Coverity error. > > Reported-by: Coverity (CID: 134901) > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___

[U-Boot] [PATCH 4/6] video: test: Adjust order of file closure

2016-01-30 Thread Simon Glass
Close the file earlier to hopefully fix a Coverity error. Reported-by: Coverity (CID: 134901) Signed-off-by: Simon Glass --- test/dm/video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/dm/video.c b/test/dm/video.c index de22328..4d000fa 100644 --- a/test/dm/video.c