From patchwork Thu Oct 15 02:06:56 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chaehyun Lim X-Patchwork-Id: 7400541 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 189F5BEEA4 for ; Thu, 15 Oct 2015 02:12:40 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 3F60820843 for ; Thu, 15 Oct 2015 02:12:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 49C7A2083B for ; Thu, 15 Oct 2015 02:12:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754953AbbJOCMf (ORCPT ); Wed, 14 Oct 2015 22:12:35 -0400 Received: from mail-pa0-f49.google.com ([209.85.220.49]:34026 "EHLO mail-pa0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932933AbbJOCI0 (ORCPT ); Wed, 14 Oct 2015 22:08:26 -0400 Received: by payp3 with SMTP id p3so23403864pay.1 for ; Wed, 14 Oct 2015 19:08:25 -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=5bt5ve49marGCJBIL6ZDaLNwQeVFnRY/8aq4U04V55w=; b=EtDJ2CuFLWN91ymHJ3AD59UWPJXyDMGDoGY5Atkf2rQH4NR35GZ0z4LFoAT6AE+eau 3zPunqBWGf72S3yf5JMrFShu3z9mc+xxwEdT7pqdltJbNQPDwvjAtWCAM3AzYY6InOel cYa4+cLsgigDDiJ65Fsnf7Qw5C574D4PJklwywdLMW9MBocm8WsNmirhGe8LtUYFHTXH aKIrR5+3MTIToOsOUEBsjnZqMCZiKYKkNs8A5oziWT02pY0YnYOePDdN6EFoeZkrS+2+ qENO6e3IIzPedMaVlX2CJIPxnydobkXiM/wPBWJz6X6bb5XcDqcDqMkgbHqcG311j4mj jdaA== X-Received: by 10.68.57.129 with SMTP id i1mr7061157pbq.51.1444874905911; Wed, 14 Oct 2015 19:08:25 -0700 (PDT) Received: from localhost.localdomain ([218.233.16.2]) by smtp.gmail.com with ESMTPSA id nv2sm11997253pbc.48.2015.10.14.19.08.23 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 14 Oct 2015 19:08:25 -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 27/33] staging: wilc1000: fix return type of host_int_del_allstation Date: Thu, 15 Oct 2015 11:06:56 +0900 Message-Id: <1444874822-31152-27-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_del_allstation 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 45adf62..60c9fb9 100644 --- a/drivers/staging/wilc1000/host_interface.c +++ b/drivers/staging/wilc1000/host_interface.c @@ -4757,10 +4757,10 @@ s32 host_int_del_station(struct host_if_drv *hif_drv, const u8 *pu8MacAddr) return s32Error; } -s32 host_int_del_allstation(struct host_if_drv *hif_drv, +int host_int_del_allstation(struct host_if_drv *hif_drv, u8 pu8MacAddr[][ETH_ALEN]) { - s32 s32Error = 0; + int s32Error = 0; struct host_if_msg msg; struct del_all_sta *pstrDelAllStationMsg = &msg.body.del_all_sta_info; u8 au8Zero_Buff[ETH_ALEN] = {0}; diff --git a/drivers/staging/wilc1000/host_interface.h b/drivers/staging/wilc1000/host_interface.h index 66ff6f7..2452faa4 100644 --- a/drivers/staging/wilc1000/host_interface.h +++ b/drivers/staging/wilc1000/host_interface.h @@ -997,7 +997,7 @@ s32 host_int_add_station(struct host_if_drv *hWFIDrv, * @date 09 April 2014 * @version 1.0 Description */ -s32 host_int_del_allstation(struct host_if_drv *hWFIDrv, u8 pu8MacAddr[][ETH_ALEN]); +int host_int_del_allstation(struct host_if_drv *hWFIDrv, u8 pu8MacAddr[][ETH_ALEN]); /*! * @fn s32 host_int_del_station(WILC_WFIDrvHandle hWFIDrv, u8* pu8MacAddr)