diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2008-07-29 09:58:36 -0500 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2008-07-29 09:58:37 +1000 |
commit | 9254926f85466979ef5f0e16386c294bf0973a90 (patch) | |
tree | c668e82dd63b50d8aea8b2459a172166880dd4f1 /Documentation | |
parent | aa1249840bfc8d62431eed5796bf99887b963ab6 (diff) | |
download | linux-3.10-9254926f85466979ef5f0e16386c294bf0973a90.tar.gz linux-3.10-9254926f85466979ef5f0e16386c294bf0973a90.tar.bz2 linux-3.10-9254926f85466979ef5f0e16386c294bf0973a90.zip |
lguest: Remove 'network: no dma buffer!' warning
This warning can happen a lot under load, and it should be warnx not
warn anwyay.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/lguest/lguest.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/lguest/lguest.c b/Documentation/lguest/lguest.c index b2bbbb7f8c5..0d1b0265d8e 100644 --- a/Documentation/lguest/lguest.c +++ b/Documentation/lguest/lguest.c @@ -967,8 +967,6 @@ static bool handle_tun_input(int fd, struct device *dev) * early, the Guest won't be ready yet. Wait until the device * status says it's ready. */ /* FIXME: Actually want DRIVER_ACTIVE here. */ - if (dev->desc->status & VIRTIO_CONFIG_S_DRIVER_OK) - warn("network: no dma buffer!"); /* Now tell it we want to know if new things appear. */ dev->vq->vring.used->flags &= ~VRING_USED_F_NO_NOTIFY; |