staging: mt7621-pci: Do not initialise statics to 0
authorMamta Shukla <mamtashukla555@gmail.com>
Fri, 5 Oct 2018 07:19:38 +0000 (12:49 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 9 Oct 2018 12:59:38 +0000 (14:59 +0200)
commit101c82f23957d5772553787fdffa292aa3195bbd
tree208dd657f46efccb20186a660979902b83c75ab1
parentcef70f6b041d03b9e2d3cd97bdf659ab4cc99a00
staging: mt7621-pci: Do not initialise statics to 0

Remove initialisation for static global variable to fix checkpatch issue.
ERROR: do not initialise statics to 0

Signed-off-by: Mamta Shukla <mamtashukla555@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/mt7621-pci/pci-mt7621.c