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
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
2 matches
Mail list logo