From: Johannes Berg <[email protected]> Date: Fri, 17 Apr 2015 15:45:04 +0200
> From: Johannes Berg <[email protected]> > > In commit 04ffcb255f22 ("net: Add ndo_gso_check") Tom originally > added the 'dev' argument to be able to call ndo_gso_check(). > > Then later, when generalizing this in commit 5f35227ea34b > ("net: Generalize ndo_gso_check to ndo_features_check") > Jesse removed the call to ndo_gso_check() in netif_needs_gso() > by calling the new ndo_features_check() in a different place. > This made the 'dev' argument unused. > > Remove the unused argument and go back to the code as before. > > Cc: Tom Herbert <[email protected]> > Cc: Jesse Gross <[email protected]> > Signed-off-by: Johannes Berg <[email protected]> Applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
