commit | 9fb81ce63671f9743517f628dac935269f2581a9 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Fri Apr 14 16:46:28 2006 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Apr 27 10:28:58 2006 -0700 |
tree | faa959f86a921202d71d6f8564677a6c6e81a1a5 | |
parent | 658ad5e001a17be5fadaa8d57d1aa7f7c62628c1 [diff] |
[PATCH] USB: net2280: set driver data before it is used This patch (as671) fixes a bug in the error pathway for the net2280 probe routine. A failure during probe will cause the driver to call pci_get_drvdata before the corresponding pci_set_drvdata has been set. The patch also does a kzalloc conversion. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>