Re: linux-next: build warning after merge of the virtio tree

2015-03-12 Thread Rusty Russell
Stephen Rothwell writes: > Hi Rusty, > > After merging the virtio tree, today's linux-next build (x86_64 > allmodconfig) produced this warning: > > net/9p/trans_virtio.c: In function 'p9_virtio_remove': > net/9p/trans_virtio.c:662:7: warning: unused variable 'inuse' > [-Wunused-variable] > bool

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

2015-03-12 Thread Stephen Rothwell
Hi Rusty, After merging the virtio tree, today's linux-next build (x86_64 allmodconfig) produced this warning: net/9p/trans_virtio.c: In function 'p9_virtio_remove': net/9p/trans_virtio.c:662:7: warning: unused variable 'inuse' [-Wunused-variable] bool inuse; ^ Introduced by commit 199