summaryrefslogtreecommitdiff
path: root/drivers/staging/ccree/ssi_request_mgr.c
diff options
context:
space:
mode:
authorGilad Ben-Yossef <gilad@benyossef.com>2017-07-13 11:19:51 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-07-16 09:41:01 +0300
commitcb9c79a8d63ff24649eea4747487a150fc3d6ff3 (patch)
tree8280c823f7ab8831e236228e543fb7d94332f702 /drivers/staging/ccree/ssi_request_mgr.c
parentf47d8b11eeaf32fa124cf006ef9f4ef6d63c9d50 (diff)
downloadlinux-cb9c79a8d63ff24649eea4747487a150fc3d6ff3.tar.xz
staging: ccree remove unnecessary parentheses
Remove unnecessary parentheses from ccree driver code. Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/ccree/ssi_request_mgr.c')
-rw-r--r--drivers/staging/ccree/ssi_request_mgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/ccree/ssi_request_mgr.c b/drivers/staging/ccree/ssi_request_mgr.c
index 3d6020a57be1..0c8988cd22a4 100644
--- a/drivers/staging/ccree/ssi_request_mgr.c
+++ b/drivers/staging/ccree/ssi_request_mgr.c
@@ -317,7 +317,7 @@ int send_request(
if (!is_dout) {
init_completion(&ssi_req->seq_compl);
ssi_req->user_cb = request_mgr_complete;
- ssi_req->user_arg = &(ssi_req->seq_compl);
+ ssi_req->user_arg = &ssi_req->seq_compl;
total_seq_len++;
}