From patchwork Thu Oct 15 02:06:58 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chaehyun Lim X-Patchwork-Id: 7400311 X-Patchwork-Delegate: kvalo@adurom.com Return-Path: X-Original-To: patchwork-linux-wireless@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id D5C49BF90C for ; Thu, 15 Oct 2015 02:08:47 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 0F10820832 for ; Thu, 15 Oct 2015 02:08:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 21C3A20839 for ; Thu, 15 Oct 2015 02:08:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964806AbbJOCIk (ORCPT ); Wed, 14 Oct 2015 22:08:40 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:34128 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964788AbbJOCIc (ORCPT ); Wed, 14 Oct 2015 22:08:32 -0400 Received: by payp3 with SMTP id p3so23406262pay.1 for ; Wed, 14 Oct 2015 19:08:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=JvnRL3/ufPpTcf7wfGXaEC3f7MJ7E+m813nolXEE9Fk=; b=HOHKdIbMFaERk0SVr9Bp/8/fCiS6G6+LUv/S22YvEVd1f9Vre/YQKDzSF97d0QQzaE E6SZTrJTt6cYPaHF1JVydTtJ1X6aOwi9z4XqMuUpEotx+xgC7fJMmJoSi2SpTFRdqf7J /Q8I6HUPqZpLnlTr6hsRuDTeb5gdZsRAkYKxzNOU1ezNiZJJTgBaPgG9Jq3lw3emtNqc zgHrUuDunarAJWo79lGc1xALAfD1oHZVBMMEGm5pmbj4G91HJUnCykOmsD7TPVIQYNTc ofdPsZ4p3hBrywAZBsCooFpeB2kfrdGSy0Eps512bcx/Q6vx94qXWxkZd7GEa6/Bv4Uh MKHA== X-Received: by 10.66.189.232 with SMTP id gl8mr7195274pac.52.1444874911706; Wed, 14 Oct 2015 19:08:31 -0700 (PDT) Received: from localhost.localdomain ([218.233.16.2]) by smtp.gmail.com with ESMTPSA id nv2sm11997253pbc.48.2015.10.14.19.08.29 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 14 Oct 2015 19:08:31 -0700 (PDT) From: Chaehyun Lim To: gregkh@linuxfoundation.org Cc: johnny.kim@atmel.com, rachel.kim@atmel.com, chris.park@atmel.com, tony.cho@atmel.com, glen.lee@atmel.com, leo.kim@atmel.com, linux-wireless@vger.kernel.org, Chaehyun Lim Subject: [PATCH 29/33] staging: wilc1000: fix return type of host_int_add_station Date: Thu, 15 Oct 2015 11:06:58 +0900 Message-Id: <1444874822-31152-29-git-send-email-chaehyun.lim@gmail.com> X-Mailer: git-send-email 2.6.1 In-Reply-To: <1444874822-31152-1-git-send-email-chaehyun.lim@gmail.com> References: <1444874822-31152-1-git-send-email-chaehyun.lim@gmail.com> Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This patch changes return type of host_int_add_station from s32 to int. s32Error gets return value from wilc_mq_send that has return type of int. It should be changed return type of this function as well as data type of s32Error. Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/host_interface.c | 4 ++-- drivers/staging/wilc1000/host_interface.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c index 3666495..6dfb667 100644 --- a/drivers/staging/wilc1000/host_interface.c +++ b/drivers/staging/wilc1000/host_interface.c @@ -4690,10 +4690,10 @@ s32 host_int_del_beacon(struct host_if_drv *hif_drv) return s32Error; } -s32 host_int_add_station(struct host_if_drv *hif_drv, +int host_int_add_station(struct host_if_drv *hif_drv, struct add_sta_param *pstrStaParams) { - s32 s32Error = 0; + int s32Error = 0; struct host_if_msg msg; struct add_sta_param *pstrAddStationMsg = &msg.body.add_sta_info; diff --git a/drivers/staging/wilc1000/host_interface.h b/drivers/staging/wilc1000/host_interface.h index d3f01ef..5ee2797 100644 --- a/drivers/staging/wilc1000/host_interface.h +++ b/drivers/staging/wilc1000/host_interface.h @@ -981,7 +981,7 @@ s32 host_int_del_beacon(struct host_if_drv *hWFIDrv); * @date 12 July 2012 * @version 1.0 Description */ -s32 host_int_add_station(struct host_if_drv *hWFIDrv, +int host_int_add_station(struct host_if_drv *hWFIDrv, struct add_sta_param *pstrStaParams); /*!