linux-next: build warning after merge of the net tree

From: Stephen Rothwell
Date: Tue Jun 13 2017 - 07:08:54 EST


Hi all,

After merging the net tree, today's linux-next build (powerpc
ppc44x_defconfig) produced this warning:

net/core/dev.c: In function 'dev_cpu_dead':
net/core/dev.c:8330:2: warning: 'remsd' is used uninitialized in this function [-Wuninitialized]
net_rps_send_ipi(remsd);
^

Introduced by commit

773fc8f6e8d6 ("net: rps: send out pending IPI's on CPU hotplug")

These builds have CONFIG_RPS not set.

--
Cheers,
Stephen Rothwell