umr: Completion: Fix regex for PCI bus names
Fix regex for PCI bus names. Previously we may see something like this: 0000:0b:00.0 master=pci:0000:0b:00.0 while the correct output should be this: 0000:0b:00.0 This commit fixes the regex to do just this.
Cc: Tom StDenis tom.stdenis@amd.com Signed-off-by: Luben Tuikov luben.tuikov@amd.com