From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hJDpE-00025D-Ar for ath11k@lists.infradead.org; Wed, 24 Apr 2019 09:04:21 +0000 MIME-Version: 1.0 Date: Wed, 24 Apr 2019 14:34:19 +0530 From: Anilkumar Kolli Subject: Re: [PATCH] ath11k: move per peer pktlog entry to per sta debugfs In-Reply-To: <3753b87a425d38b5c50c33cb4c030451@codeaurora.org> References: <1555389673-19625-1-git-send-email-akolli@codeaurora.org> <871s1szu4f.fsf@kamboji.qca.qualcomm.com> <3753b87a425d38b5c50c33cb4c030451@codeaurora.org> Message-ID: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "ath11k" Errors-To: ath11k-bounces+kvalo=adurom.com@lists.infradead.org To: Kalle Valo Cc: ath11k@lists.infradead.org On 2019-04-24 13:08, Anilkumar Kolli wrote: > Hi Kalle, > > Thanks for the review. > >>> >>> Signed-off-by: Anilkumar Kolli >> >> Does not compile: >> >> drivers/net/wireless/ath/ath11k/debugfs_sta.c:455:11: error: >> initialization of 'ssize_t (*)(struct file *, const char *, size_t, >> loff_t *)' {aka 'long int (*)(struct file *, const char *, long >> unsigned int, long long int *)'} from incompatible pointer type >> 'ssize_t (*)(struct file *, char *, size_t, loff_t *)' {aka 'long int >> (*)(struct file *, char *, long unsigned int, long long int *)'} >> [-Werror=incompatible-pointer-types] >> .write = ath11k_dbg_sta_write_peer_pktlog, >> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > I am using "arch/x86/configs/x86_64_defconfig" and ath11k enabled, > could not reproduce this issue. > Kindly share the build instructions. > My build machine configs, ./ath10k-check --version ath10k-check (md5sum 5d3d5f426267bdc0a18e038d2f691a74) gcc: gcc (Ubuntu 4.8.4-2ubuntu1~14.04.4) 4.8.4 sparse: 0.4.5-rc1 checkpatch.pl: Version: 0.32 (md5sum 3a4f482bde0f92cd08f79fca7efd2a71) gtags: gtags - GNU GLOBAL 5.7.1 Thanks Anil. _______________________________________________ ath11k mailing list ath11k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath11k