From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751827AbdF1SSJ (ORCPT ); Wed, 28 Jun 2017 14:18:09 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:48340 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751505AbdF1SSB (ORCPT ); Wed, 28 Jun 2017 14:18:01 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 4C963607B6 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=kvalo@codeaurora.org Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: cw1200: add const to hwbus_ops structures From: Kalle Valo In-Reply-To: <1498218199-13429-1-git-send-email-bhumirks@gmail.com> References: <1498218199-13429-1-git-send-email-bhumirks@gmail.com> To: Bhumika Goyal Cc: julia.lawall@lip6.fr, pizza@shaftnet.org, linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Bhumika Goyal User-Agent: pwcli/0.0.0-git (https://github.com/kvalo/pwcli/) Python/2.7.12 Message-Id: <20170628181801.049B560AD5@smtp.codeaurora.org> Date: Wed, 28 Jun 2017 18:18:01 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Bhumika Goyal wrote: > Declare hwbus_ops structures as const as they are only passed as an > argument to the function cw1200_core_probe. This argument is of type > const. So, make these structures const. > > Signed-off-by: Bhumika Goyal Patch applied to wireless-drivers-next.git, thanks. 3ac27dd37b40 cw1200: add const to hwbus_ops structures -- https://patchwork.kernel.org/patch/9806289/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches