mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-12 16:19:53 +00:00
staging: vt6656: Remove unnecessary 'out of memory' message
This patch removes the unnecessary out of memory message fixing the following checkpatch.pl warning in usbpipe.c: WARNING: Possible unnecessary 'out of memory' message Signed-off-by: Dileep Sankhla <sankhla.dileep96@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
77ab45a420
commit
b79f3f68cc
@ -194,9 +194,6 @@ static void vnt_submit_rx_urb_complete(struct urb *urb)
|
||||
if (vnt_rx_data(priv, rcb, urb->actual_length)) {
|
||||
rcb->skb = dev_alloc_skb(priv->rx_buf_sz);
|
||||
if (!rcb->skb) {
|
||||
dev_dbg(&priv->usb->dev,
|
||||
"Failed to re-alloc rx skb\n");
|
||||
|
||||
rcb->in_use = false;
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user