]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Staging: silicom: move assignments out of if conditions
authorChad Williamson <chad@dahc.us>
Tue, 18 Jun 2013 03:32:04 +0000 (22:32 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Jun 2013 18:40:26 +0000 (11:40 -0700)
commit3f3c1fc9adf65cb31565e08803cd20b7016e8f76
tree8f1e79be003245f626137150c4013a877b9109b0
parentea675ee5b8e2f9eb3d30df48f73b871df1aac3ac
Staging: silicom: move assignments out of if conditions

Remove a bunch of assignments from if-statement conditions in
bpctl_mod.c, resolving checkpatch.pl errors. (This isn't all of
them, but the patch is getting rather long...)

Signed-off-by: Chad Williamson <chad@dahc.us>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/silicom/bpctl_mod.c