commit | 8091e0cafb1ae8869dcb74c39f7659013bfd3936 | [log] [tgz] |
---|---|---|
author | Kris Borer <kborer@gmail.com> | Fri Aug 28 09:31:43 2015 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Oct 04 10:51:58 2015 +0100 |
tree | d134c1628caa6e7149393ebf0a2cfea0124174e8 | |
parent | d0452fe09a90d4aff5029d3c053014ae2caeec94 [diff] |
USB: rewrite isd200_init_info for readability 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 <kborer@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>