Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1dd3cdc7 authored by Daeseok Youn's avatar Daeseok Youn Committed by Greg Kroah-Hartman
Browse files

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: default avatarDaeseok Youn <daeseok.youn@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a38223f4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
static unsigned int max_intcnt = 0;
static unsigned int max_bh = 0;
static unsigned int max_intcnt;
static unsigned int max_bh;

/*-----------------------------------------------------------------------------
 * musycc.c -
@@ -453,7 +453,7 @@ musycc_chan_restart(mch_t *ch)
void
rld_put_led(mpi_t *pi, u_int32_t ledval)
{
	static u_int32_t led = 0;
	static u_int32_t led;

	if (ledval == 0)
		led = 0;