RDMA/nes: Delete impossible debug prints
The pci-core and net-core logic ensure that parameters provided to nes_probe() and nes_netdev_open() are valid, hence the assert print are not possible. Cc: Faisal Latif <faisal.latif@intel.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Šī revīzija ir iekļauta:

revīziju iesūtīja
Jason Gunthorpe

vecāks
b3b43483a2
revīzija
12d6f66971
@@ -456,9 +456,6 @@ static int nes_probe(struct pci_dev *pcidev, const struct pci_device_id *ent)
|
||||
void __iomem *mmio_regs = NULL;
|
||||
u8 hw_rev;
|
||||
|
||||
assert(pcidev != NULL);
|
||||
assert(ent != NULL);
|
||||
|
||||
printk(KERN_INFO PFX "NetEffect RNIC driver v%s loading. (%s)\n",
|
||||
DRV_VERSION, pci_name(pcidev));
|
||||
|
||||
|
Atsaukties uz šo jaunā problēmā
Block a user