summaryrefslogtreecommitdiff
path: root/drivers/staging/speakup/fakekey.c
diff options
context:
space:
mode:
authorSaurabh Sengar <saurabh.truth@gmail.com>2015-12-07 13:05:11 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-01-29 06:40:31 (GMT)
commitd86b4a71ca579914c971ae949335b4e971eec213 (patch)
tree454674fd4b28d03ad36f4917e6327b7720082554 /drivers/staging/speakup/fakekey.c
parentd3da1cbaef8d92b1bb4103feee03b888f5bead24 (diff)
downloadlinux-d86b4a71ca579914c971ae949335b4e971eec213.tar.xz
Staging: speakup: varhandlers: cleanup of function spk_get_punc_var
This patch does the following: * changed the complicated if statements to simple case statements * in case of E_DEFAULT, no need to return error as ERESTART, because this is the user asked for. Hence function should return success. * ret variable is 0 always, hence removed it. * removed one ternary operator, as it was always returning the status value only, and hence removed the status variable too Signed-off-by: Saurabh Sengar <saurabh.truth@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/speakup/fakekey.c')
0 files changed, 0 insertions, 0 deletions