Re: [PATCH] ubifs: Fix uninitialized variable in search_dh_cookie()

2017-09-17 Thread Richard Weinberger
Am Sonntag, 17. September 2017, 10:32:20 CEST schrieb Geert Uytterhoeven: > fs/ubifs/tnc.c: In function ‘search_dh_cookie’: > fs/ubifs/tnc.c:1893: warning: ‘err’ is used uninitialized in this function > > Indeed, err is always used uninitialized. > > According to an original review comment from

Re: [PATCH] ubifs: Fix uninitialized variable in search_dh_cookie()

2017-09-17 Thread Richard Weinberger
Am Sonntag, 17. September 2017, 10:32:20 CEST schrieb Geert Uytterhoeven: > fs/ubifs/tnc.c: In function ‘search_dh_cookie’: > fs/ubifs/tnc.c:1893: warning: ‘err’ is used uninitialized in this function > > Indeed, err is always used uninitialized. > > According to an original review comment from