lkml.org 
[lkml]   [2020]   [Jul]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 06/16] memory: omap-gpmc: Use 'unsigned int' for consistency
    Date
    Driver uses 'unsigned int' in other places instead of 'unsigned'.

    Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
    ---
    drivers/memory/omap-gpmc.c | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/drivers/memory/omap-gpmc.c b/drivers/memory/omap-gpmc.c
    index 62577255ba0f..e4d2f359bcfa 100644
    --- a/drivers/memory/omap-gpmc.c
    +++ b/drivers/memory/omap-gpmc.c
    @@ -243,7 +243,7 @@ static DEFINE_SPINLOCK(gpmc_mem_lock);
    /* Define chip-selects as reserved by default until probe completes */
    static unsigned int gpmc_cs_num = GPMC_CS_NUM;
    static unsigned int gpmc_nr_waitpins;
    -static unsigned gpmc_capability;
    +static unsigned int gpmc_capability;
    static void __iomem *gpmc_base;

    static struct clk *gpmc_l3_clk;
    @@ -1289,7 +1289,7 @@ int gpmc_omap_onenand_set_timings(struct device *dev, int cs, int freq,
    }
    EXPORT_SYMBOL_GPL(gpmc_omap_onenand_set_timings);

    -int gpmc_get_client_irq(unsigned irq_config)
    +int gpmc_get_client_irq(unsigned int irq_config)
    {
    if (!gpmc_irq_domain) {
    pr_warn("%s called before GPMC IRQ domain available\n",
    --
    2.17.1
    \
     
     \ /
      Last update: 2020-07-24 20:25    [W:2.248 / U:0.072 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site