[PATCH] USB: fix race between open() and probe()
registering the device before setting the interface data can lead to a null pointer being followed in open(). This patch fixes that.
Showing
Please register or sign in to comment
registering the device before setting the interface data can lead to a null pointer being followed in open(). This patch fixes that.