Re: [PATCH] staging: ks7010: remove redundant auth_type check

From: Colin Ian King
Date: Tue Mar 19 2019 - 09:51:50 EST


On 19/03/2019 13:29, Greg Kroah-Hartman wrote:
> On Mon, Mar 18, 2019 at 09:32:59PM +0000, Jeremy Sowden wrote:
>> On 2019-03-18, at 10:57:49 +0000, Colin King wrote:
>>> The range check on auth_type is redundant as there is a prior
>>> check on the auth_type values and the only way the block is entered
>>> is if auth_type is one of TYPE_PMK1, TYPE_GMK1 and TYPE_GMK1.
>>
>> "... and TYPE_GMK2."
>
> I'll go edit that, thanks.
>
> greg k-h
>
Thanks for fixing my typo.