On Sat, Mar 16, 2019 at 11:05:12PM +, Colin King wrote:
> From: Colin Ian King
>
> The variable len is not being inintialized and the uninitialized
> value is being returned. However, this return path is never reached
> because the default case in the switch statement returns -ENOSYS.
> Clean
Reviewed-by: Sagi Grimberg
On 3/17/2019 1:05 AM, Colin King wrote:
From: Colin Ian King
The variable len is not being inintialized and the uninitialized
value is being returned. However, this return path is never reached
because the default case in the switch statement returns -ENOSYS.
Clean up the code by replacing the
From: Colin Ian King
The variable len is not being inintialized and the uninitialized
value is being returned. However, this return path is never reached
because the default case in the switch statement returns -ENOSYS.
Clean up the code by replacing the return -ENOSYS with a break
for the defaul
4 matches
Mail list logo