File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -8667,7 +8667,6 @@ static void __devinit niu_device_announce(struct niu *np)
8667
8667
static int __devinit niu_pci_init_one (struct pci_dev * pdev ,
8668
8668
const struct pci_device_id * ent )
8669
8669
{
8670
- unsigned long niureg_base , niureg_len ;
8671
8670
union niu_parent_id parent_id ;
8672
8671
struct net_device * dev ;
8673
8672
struct niu * np ;
@@ -8758,10 +8757,7 @@ static int __devinit niu_pci_init_one(struct pci_dev *pdev,
8758
8757
8759
8758
dev -> features |= (NETIF_F_SG | NETIF_F_HW_CSUM );
8760
8759
8761
- niureg_base = pci_resource_start (pdev , 0 );
8762
- niureg_len = pci_resource_len (pdev , 0 );
8763
-
8764
- np -> regs = ioremap_nocache (niureg_base , niureg_len );
8760
+ np -> regs = pci_ioremap_bar (pdev , 0 );
8765
8761
if (!np -> regs ) {
8766
8762
dev_err (& pdev -> dev , PFX "Cannot map device registers, "
8767
8763
"aborting.\n" );
You can’t perform that action at this time.
0 commit comments