Messages in this thread |  | | Date | Fri, 22 Sep 2017 18:15:21 +0800 | From | Herbert Xu <> | Subject | Re: [PATCH] crypto: padlock-sha: constify x86_cpu_id |
| |
On Fri, Aug 25, 2017 at 11:53:59PM +0530, Arvind Yadav wrote: > x86_cpu_id are not supposed to change at runtime. MODULE_DEVICE_TABLE > and x86_match_cpu are working with const x86_cpu_id. So mark the > non-const x86_cpu_id structs as const. > > Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Patch applied. Thanks. -- Email: Herbert Xu <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
|  |