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

From: Greg Kroah-Hartman
Date: Tue Mar 19 2019 - 09:29:30 EST


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