From patchwork Tue Jun 27 16:07:10 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aravind Thokala X-Patchwork-Id: 9812723 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 67E49603D7 for ; Tue, 27 Jun 2017 16:07:36 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E0498283AF for ; Tue, 27 Jun 2017 16:07:26 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D479228543; Tue, 27 Jun 2017 16:07:26 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.3 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RCVD_IN_SORBS_SPAM, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id EC024283AF for ; Tue, 27 Jun 2017 16:07:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752369AbdF0QHZ (ORCPT ); Tue, 27 Jun 2017 12:07:25 -0400 Received: from mail-pf0-f195.google.com ([209.85.192.195]:36845 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751579AbdF0QHY (ORCPT ); Tue, 27 Jun 2017 12:07:24 -0400 Received: by mail-pf0-f195.google.com with SMTP id z6so5322677pfk.3; Tue, 27 Jun 2017 09:07:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=hOHbYmMZWm3Z05n4IVxEVcbDfIvBFjR2K/zqXno9rjg=; b=Vn6WYAXrA9dHSeGvlt7BMQj5Zj+2mU7qp9EGogFkum3p0JkNkeZ+Fukhj6OWz3YJgn sMevzz/qjrIJPurL8v71Bcz8dDF0sPW0QFSB/TsZwGIkL2qwQ18kLQ2jCoj4iBuDhXDp AGy/HoOqcwMrFJeiPcXKAngyW83TEAIL10siTTWKSChHh3sls5UtRvnY01ATyPaVy9Qy fLgFGIifLn5mH+2Pzh1FtGDTcfXI50nIYgAZh5+hadzZQSIwgLALp6yBZTQHqMrBe/wq IRum2J38So2eVSsEIewHBHy/9LoaT6Z8ScxS4Vjb09C4wiyb/N3pMl05O+X2KJr+SSvi oMhA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=hOHbYmMZWm3Z05n4IVxEVcbDfIvBFjR2K/zqXno9rjg=; b=k6Svgwq0bsiYG3I3NEYGKUcEmutHPw6BlSjrNB2P0LsX4Z+6T0DE3q/m2WXQ3ZW7gP E5k27XN0yJnr2UcPiuX2jICb4IA4oxTtUSsK/aMI45hzV7heJN0hIxY9S+7mnYmdlaRP 23Fwd7FBLQaCvN+xM7jLF2tnIY9ENZ+OEqZ7dXEotGdJ88BlPRMwuqH8PXRlXkrAORQE ti7UumSyB710oeOb/LtIpn+uBe2jueEvcsm80P8ir95VHWZvfKlUuegldhxp93CV8fW2 eTlQWRAZ0eKVrzSelAvOdNYQGRNaY1U1zkKLLo6SnjZGeZhZPhMhejc2xUVZa5fvTfdx tVQg== X-Gm-Message-State: AKS2vOxn9uV85TOIbbTBf4aR9LvbMd1sq/86ljmo36eU0HmiPWqS7fAE vAYub8wbn37e3g== X-Received: by 10.84.231.134 with SMTP id g6mr6600788plk.86.1498579643950; Tue, 27 Jun 2017 09:07:23 -0700 (PDT) Received: from localhost.localdomain ([183.82.198.149]) by smtp.gmail.com with ESMTPSA id p5sm6236694pgf.50.2017.06.27.09.07.21 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 27 Jun 2017 09:07:23 -0700 (PDT) From: Aravind Thokala To: Mark Brown , Florian Fainelli Cc: bcm-kernel-feedback-list@broadcom.com, linux-spi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Aravind Thokala Subject: [PATCH] spi/bcm63xx-hspi: Fix checkpatch warnings Date: Tue, 27 Jun 2017 21:37:10 +0530 Message-Id: <1498579630-10109-1-git-send-email-aravind.thk@gmail.com> X-Mailer: git-send-email 2.7.4 Sender: linux-spi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This patch fixes the checkpatch.pl warnings on the driver file. Signed-off-by: Aravind Thokala --- drivers/spi/spi-bcm63xx-hsspi.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/spi/spi-bcm63xx-hsspi.c b/drivers/spi/spi-bcm63xx-hsspi.c index 5514cd0..17306c1 100644 --- a/drivers/spi/spi-bcm63xx-hsspi.c +++ b/drivers/spi/spi-bcm63xx-hsspi.c @@ -108,7 +108,7 @@ struct bcm63xx_hsspi { u8 cs_polarity; }; -static void bcm63xx_hsspi_set_cs(struct bcm63xx_hsspi *bs, unsigned cs, +static void bcm63xx_hsspi_set_cs(struct bcm63xx_hsspi *bs, unsigned int cs, bool active) { u32 reg; @@ -127,7 +127,7 @@ static void bcm63xx_hsspi_set_cs(struct bcm63xx_hsspi *bs, unsigned cs, static void bcm63xx_hsspi_set_clk(struct bcm63xx_hsspi *bs, struct spi_device *spi, int hz) { - unsigned profile = spi->chip_select; + unsigned int profile = spi->chip_select; u32 reg; reg = DIV_ROUND_UP(2048, DIV_ROUND_UP(bs->speed_hz, hz)); @@ -154,7 +154,7 @@ static void bcm63xx_hsspi_set_clk(struct bcm63xx_hsspi *bs, static int bcm63xx_hsspi_do_txrx(struct spi_device *spi, struct spi_transfer *t) { struct bcm63xx_hsspi *bs = spi_master_get_devdata(spi->master); - unsigned chip_select = spi->chip_select; + unsigned int chip_select = spi->chip_select; u16 opcode = 0; int pending = t->len; int step_size = HSSPI_BUFFER_LEN;