commit | b8d297c93a888fcd4d74ba0bbeeabe9b84caf514 | [log] [tgz] |
---|---|---|
author | Erik Hovland <erik@hovland.org> | Mon Apr 23 10:50:15 2007 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Apr 27 13:28:42 2007 -0700 |
tree | 2249461166b9aaa23e21b48fa2b879f32259b49a | |
parent | 83f7d958eab2fbc6b159ee92bf1493924e1d0f72 [diff] |
usb ethernet gadget, workaround network stack API glitch Another workaround for the glitch in the network layer, whereby one call ignores the (otherwise kernel-wide) convention that free() calls should not oops when passed nulls. This code already handles that API glitch in most other paths. From: Erik Hovland <erik@hovland.org> Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>