[PATCH] PCI: avoid two returns directly after each other in pcidriver.c
This avoids a return direct before the final return of a function. Better only modify the return code and fall through to the final return.
Showing
Please register or sign in to comment