On 10/12/17 1:21 PM, Borislav Petkov wrote: ..... > Btw, that function returns 0 unconditionally. So you can make it return > void and... Will do >> + if (ret) >> + goto unlock; > ... remove this check and initialize ret to 0 at the beginning. > Will do