commit | 9aa4d4ea244481fe98eb181ec5d7a9f7cb86f076 | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Thu Feb 22 15:45:47 2018 -0500 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Tue Mar 06 10:39:59 2018 -0500 |
tree | 0a80ffce88f9ca6775796c57f49f1686ea4a9a16 | |
parent | 7b69f2cb91319abdacf37be501db2eae45112a09 [diff] |
media: usb: don't initialize vars if not needed Some local variables will be set to an appropriate value before usage. Thus omit explicit initialisations at the beginning of these functions. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Acked-by: Alexey Klimov <klimov.linux@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>