]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers: usb: removed assignment of 0 to static variables
authorSaurabh Sengar <saurabh.truth@gmail.com>
Mon, 26 Oct 2015 03:55:36 +0000 (09:25 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Feb 2016 01:20:54 +0000 (17:20 -0800)
commita44007a42dfd8e487537c7b1f8045577b28a4d95
tree1096fd8cf4f626205f2c9094126b43059eceb682
parentb1249ab513017efdff646b26b46b5399bd91773b
drivers: usb: removed assignment of 0 to static variables

fixing the error reported by script checkpatch.pl
static variables blinkenlights and old_scheme_first
were initialised to 0, correcting it.

Signed-off-by: Saurabh Sengar <saurabh.truth@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/hub.c