[PATCH] Staging: serqt_usb2: fixed frivolous else statement warnings

2014-06-20 Thread Vincent Heuken
This is a patch to the serqt_usb2.c file that fixes two instances of the following checkpatch.pl warning: WARNING: else is not generally useful after a break or return Signed-off-by: Vincent Heuken m...@vincentheuken.com --- drivers/staging/serqt_usb2/serqt_usb2.c | 44

Re: [PATCH] Staging: serqt_usb2: fixed frivolous else statement warnings

2014-06-20 Thread Greg KH
On Fri, Jun 20, 2014 at 06:23:17AM -0700, Vincent Heuken wrote: This is a patch to the serqt_usb2.c file that fixes two instances of the following checkpatch.pl warning: WARNING: else is not generally useful after a break or return Signed-off-by: Vincent Heuken m...@vincentheuken.com ---

[PATCH] Staging: serqt_usb2: fixed frivolous else statement warnings

2014-06-20 Thread Vincent Heuken
This is a patch to the serqt_usb2.c file that fixes two instances of the following checkpatch.pl warning: WARNING: else is not generally useful after a break or return Signed-off-by: Vincent Heuken m...@vincentheuken.com --- drivers/staging/serqt_usb2/serqt_usb2.c | 47

[PATCH] Staging: serqt_usb2: fixed frivolous else statement warnings

2014-06-20 Thread Vincent Heuken
This is a patch to the serqt_usb2.c file that fixes three instances of the following checkpatch.pl warning: WARNING: else is not generally useful after a break or return Signed-off-by: Vincent Heuken m...@vincentheuken.com --- drivers/staging/serqt_usb2/serqt_usb2.c | 45