[PATCH] staging: vt6656: Fix "Possible unnecessary 'out of memory' message" checkpatch.pl warning

2018-02-10 Thread Dileep Sankhla
Signed-off-by: Dileep Sankhla --- drivers/staging/vt6656/usbpipe.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/staging/vt6656/usbpipe.c b/drivers/staging/vt6656/usbpipe.c index 273176386a51..5bbc56f8779e 100644 --- a/drivers/staging/vt6656/usbpipe.c +++ b/drivers/staging/vt6656

[PATCH v2] staging: vt6656: Remove unnecessary 'out of memory' message

2018-02-12 Thread Dileep Sankhla
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 --- Change in v2: - changed commit message --- drivers/staging/vt6656/usbpipe.c | 3 -