MIPS: Remove useless zero initializations.
[firefly-linux-kernel-4.4.55.git] / arch / mips / kernel / rtlx.c
index 4ce93aa7b37259f24299791a7a793230de5a79a6..a10ebfdc28ae91ad4a7241e95d7d6bcac9caadf4 100644 (file)
@@ -57,7 +57,7 @@ static struct chan_waitqueues {
 } channel_wqs[RTLX_CHANNELS];
 
 static struct vpe_notifications notify;
-static int sp_stopping = 0;
+static int sp_stopping;
 
 extern void *vpe_get_shared(int index);