]> git.neil.brown.name Git - history.git/commit
[PATCH] USB: Don't dereference NULL actconfig
authorAlan Stern <stern@rowland.harvard.edu>
Mon, 26 Jan 2004 09:11:51 +0000 (01:11 -0800)
committerGreg Kroah-Hartman <greg@kroah.com>
Mon, 26 Jan 2004 09:11:51 +0000 (01:11 -0800)
commit6e8339b971ff30c5150acfdbef9a04d8c2362f6d
tree60fb119151c6237caf0a5e21bc38d26546a1d824
parent9b79ea416a62a24b5d306681052d004ee8690a79
[PATCH] USB: Don't dereference NULL actconfig

This patch fixes a simple error in a couple of utility routines.  They
will no longer try to dereference a NULL actconfig pointer.  Also, they
will work a little better if the configuration is changed while they are
running (which should never happen anyway).
drivers/usb/core/usb.c