Tag: 8091e0cafb1ae8869dcb74c39f7659013bfd3936

USB: rewrite isd200_init_info for readability

Author: Kris Borer <kborer@gmail.com> Previously, Coccinelle would issue the following false positive: isd200.c:1478:14-18: ERROR: reference preceded by free on line 1472 This change rewrites the isd200_init_info function to have more explicit execution pathways to make it easier for scripts and humans to parse. Signed-off-by: Kris Borer Signed-off-by: Greg Kroah-Hartman — drivers/usb/storage/isd200.c | 30 +++++++++++++—————– 1 …

Continue reading