Re: [PATCH] net: remove unused 'dev' argument from netif_needs_gso()

2015-04-17 Thread David Miller
From: Johannes Berg Date: Fri, 17 Apr 2015 15:45:04 +0200 > From: Johannes Berg > > 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

[PATCH] net: remove unused 'dev' argument from netif_needs_gso()

2015-04-17 Thread Johannes Berg
From: Johannes Berg 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_ch