From: Devendra Naga Date: Sun, 23 Sep 2012 16:57:21 +0000 (-0400) Subject: staging: rtl8712: remove assignment of 0 to a static global variable X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1656648c920984005019cf39b00b43d2d47b49f;p=pandora-kernel.git staging: rtl8712: remove assignment of 0 to a static global variable fixes the following checkpatch warning: drivers/staging/rtl8712/os_intfs.c:99: ERROR: do not initialise statics to 0 or NULL as statics are always initialised to 0. Signed-off-by: Devendra Naga Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed