hyperv/netvsc: Delete two error messages for a failed memory allocation in netvsc_init_buf()

SF Markus Elfring elfring at users.sourceforge.net
Mon Jan 15 09:00:11 UTC 2018


> These messages are not displayed anywhere else:
> "unable to allocate receive buffer of size %u\n"
> "unable to allocate send buffer of size %u\n",
> 
> After set ret = -ENOMEM; and cleanup, we won't know which buffer allocation failed without the error message.

How do you think about to achieve the distinction for these buffers by any other means?

Can a detailed function call stack dump be appropriate?


> So please do not remove these messages.

Would you dare to adjust this function implementation in any other ways?

Regards,
Markus


More information about the devel mailing list