[PATCH] USB: kzalloc() conversion for rest of drivers/usb
Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
d54a5cb648
commit
80b6ca4832
@@ -1382,7 +1382,7 @@ static int isd200_init_info(struct us_data *us)
|
||||
} else
|
||||
US_DEBUGP("ERROR - kmalloc failure\n");
|
||||
|
||||
return(retStatus);
|
||||
return retStatus;
|
||||
}
|
||||
|
||||
/**************************************************************************
|
||||
|
Reference in New Issue
Block a user