Prev: today's linux-next: BUG: using smp_processor_id() in preemptible [00000000] code: shutdown/4948
Next: mn10300: Don't warn that atomic_t is only 24 bit
From: Cong Wang on 28 Apr 2010 09:30 Dongdong Deng wrote: > > > + if (ops->ndo_netpoll_cleanup) > + ops->ndo_netpoll_cleanup(np->dev); > + np->dev->npinfo = NULL; > > I think it is good to set np->dev->npinfo to NULL even though we have > the netpoll_cleanup opt. > This is redundant, since ->ndo_netpoll_cleanup will set it. Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |