Re: update core.c

2024-09-30 Thread Shuah Khan
On 9/29/24 16:40, Okan Tümüklü wrote: 1:The control flow was simplified by using else if statements instead of goto structure. 2:Error conditions are handled more clearly. 3:The device_unlock call at the end of the function is guaranteed in all cases. Github request : https://github.com/torva

update core.c

2024-09-29 Thread Okan Tümüklü
1:The control flow was simplified by using else if statements instead of goto structure. 2:Error conditions are handled more clearly. 3:The device_unlock call at the end of the function is guaranteed in all cases. Github request : https://github.com/torvalds/linux/pull/967 // SPDX-License-Identi