mbox series

[v2,0/2] tools: PCI: Fix broken pcitest compilation

Message ID 1558646281-12676-1-git-send-email-alan.mikhak@sifive.com
Headers show
Series tools: PCI: Fix broken pcitest compilation | expand

Message

Alan Mikhak May 23, 2019, 9:17 p.m. UTC
This patchset fixes a compiler error and two warnings that resulted in a
broken compilation of pcitest.

 tools/pci/pcitest.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Lorenzo Pieralisi May 29, 2019, 4:59 p.m. UTC | #1
On Thu, May 23, 2019 at 02:17:59PM -0700, Alan Mikhak wrote:
> This patchset fixes a compiler error and two warnings that resulted in a
> broken compilation of pcitest.
> 
>  tools/pci/pcitest.c | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)

Applied to pci/misc for v5.3, thanks.

Lorenzo