]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: serqt_usb2: remove return in ProcessLineStatus and ProcessModemStatus
authorDevendra Naga <develkernel412222@gmail.com>
Wed, 15 Aug 2012 09:11:04 +0000 (14:56 +0545)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 15 Aug 2012 22:32:13 +0000 (15:32 -0700)
commit8cf78422eaeb29828fb6b897550c6090696fc40d
tree6affb7bd8cdc5b3099b70e96169daa7da290415c
parent7b11eb3eaaf049586bc44e2512c5d0cd64eb79df
staging: serqt_usb2: remove return in ProcessLineStatus and ProcessModemStatus

These are void functions and they dont need return at the end of the function

Signed-off-by: Devendra Naga <develkernel412222@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/serqt_usb2/serqt_usb2.c