OSDN Git Service

Staging: unisys: Remove isServer arg from init_vbus_channel()
authorKen Cox <jkc@redhat.com>
Thu, 3 Jul 2014 15:02:16 +0000 (10:02 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Jul 2014 22:37:59 +0000 (15:37 -0700)
commit548950a26123d917346ba1284a21e6de0ee136b3
treec3b6b14b51b1311fe6b01181324757f44da3a3aa
parent960e0a5fbbd748ab1333cee716c92d91d28e287f
Staging: unisys: Remove isServer arg from init_vbus_channel()

The init_vbus_channel() function is never called with the isServer
argument equal to TRUE, so just get rid of the argument altogether.
This also means that the code in the function that would be executed
in the server case can be removed since it is never executed.

Signed-off-by: Ken Cox <jkc@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/uislib/uislib.c