staging: most: Delete an error message for a failed memory allocation
authorKeyur Patel <iamkeyur96@gmail.com>
Sun, 14 Jul 2019 17:27:06 +0000 (13:27 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Jul 2019 05:34:09 +0000 (07:34 +0200)
commitebf256e36754fc5c4a259bb28f3c0a081eb70467
tree33ceea67d2851931fe6de29a7d659b1f6b2251f9
parent5f9e832c137075045d15cd6899ab0505cfb2ca4b
staging: most: Delete an error message for a failed memory allocation

The kfifo_alloc() failure generates enough information and doesn't need
to be accompanied by another error statement.

Signed-off-by: Keyur Patel <iamkeyur96@gmail.com>
Link: https://lore.kernel.org/r/20190714172708.5067-1-iamkeyur96@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/most/cdev/cdev.c