[PATCH] commands/setpci: honor write mask argument

2021-08-12 Thread Wouter van Kesteren
In the case that one passes a write mask with : the write_mask is obtained from grub_strtoul and then promptly overwritten by 0x three lines later. This appears to have been so since the initial version of setpci in 2009. I'm suprised no one else has hit this issue in the past 12 years...

Re: [PATCH] commands/setpci: honor write mask argument

2021-08-14 Thread Wouter van Kesteren
On Fri, Aug 13, 2021 at 10:41 PM Daniel Kiper wrote: > May I add "Signed-off-by: Wouter van Kesteren " to > this patch? > > Otherwise Reviewed-by: Daniel Kiper > > Daniel Hey Daniel, Thanks for the reply. You're more than welcome to add those two lines. That i