提交 1dd3cdc7 编写于 作者: D Daeseok Youn 提交者: Greg Kroah-Hartman

staging: cxt1e1: remove set a value to static variable

cleanup checkpatch.pl error:
 ERROR: do not initialise statics to 0 or NULL
Signed-off-by: NDaeseok Youn <daeseok.youn@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 a38223f4
static unsigned int max_intcnt = 0; static unsigned int max_intcnt;
static unsigned int max_bh = 0; static unsigned int max_bh;
/*----------------------------------------------------------------------------- /*-----------------------------------------------------------------------------
* musycc.c - * musycc.c -
...@@ -453,7 +453,7 @@ musycc_chan_restart(mch_t *ch) ...@@ -453,7 +453,7 @@ musycc_chan_restart(mch_t *ch)
void void
rld_put_led(mpi_t *pi, u_int32_t ledval) rld_put_led(mpi_t *pi, u_int32_t ledval)
{ {
static u_int32_t led = 0; static u_int32_t led;
if (ledval == 0) if (ledval == 0)
led = 0; led = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册