[PATCH] USB: cleanup of st5481
you are using __devinit which must not be used with USB drivers, in addition you are using some false GFP values and fail to check some error codes. - check for unlink due to removal of controller - correct GFP values - no __devinit in USB
Showing
Please register or sign in to comment