Messages in this thread |  | | From | Ard Biesheuvel <> | Date | Fri, 21 Jun 2019 17:54:27 +0200 | Subject | Re: [PATCH v2] x86/efi: fix a -Wtype-limits compilation warning |
| |
On Wed, 19 Jun 2019 at 19:53, Prakhya, Sai Praneeth <sai.praneeth.prakhya@intel.com> wrote: > > > Compiling a kernel with W=1 generates this warning, > > > > arch/x86/platform/efi/quirks.c:731:16: warning: comparison of unsigned > > expression >= 0 is always true [-Wtype-limits] > > > > Fixes: 3425d934fc03 ("efi/x86: Handle page faults occurring while running EFI > > runtime services") > > Signed-off-by: Qian Cai <cai@lca.pw> > > --- > > > > v2: Add a "Fixes" tag. > > Makes sense. > Thanks for the fix Qian Cai. >
Queued as a fix with Sai's ack
Thanks,
|  |