summaryrefslogtreecommitdiff
path: root/staging/layer4.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-13staging: add mausezahn staging directoryDaniel Borkmann1-0/+884
lass='right'>2016-12-09 11:50:28 +0100 committerTobias Klauser <tklauser@distanz.ch>2016-12-12 11:05:59 +0100 commit14a79c4ac1975d6ee7b752111d2a45f72f00c2c2 (patch) tree0f6c3d18c1a2a99d7e0fa6ba2476356679031b24 parentd84701ecbcd6ad63faa7a9c18ad670d1c4d561c0 (diff)
net: xilinx: emaclite: Remove xemaclite_remove_ndev()
xemaclite_remove_ndev() is a simple wrapper around free_netdev() checking for NULL before the call. All possible paths calling it are guaranteed to pass a non-NULL argument, so rather call free_netdev() directly. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat