Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1502545

Re: [PATCH] clk: uniphier: fix type of variable passed to regmap_read()

From Stephen Boyd <sboyd@codeaurora.org>
Newsgroups linux.kernel
Subject Re: [PATCH] clk: uniphier: fix type of variable passed to regmap_read()
Date 2016-10-18 00:30 +0200
Message-ID <stozV-1vr-57@gated-at.bofh.it> (permalink)
References <ssVxU-7xJ-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 10/17, Masahiro Yamada wrote:
> The 3rd argument of regmap_read() takes a pointer to unsigned int.
> This driver is saved just because u32 happens to be typedef'ed as
> unsigned int, but we should not rely on that fact.  Change the
> variable type just in case.
> 
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---

Applied to clk-fixes

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] clk: uniphier: fix type of variable passed to regmap_read() Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-10-16 17:30 +0200
  Re: [PATCH] clk: uniphier: fix type of variable passed to  regmap_read() Stephen Boyd <sboyd@codeaurora.org> - 2016-10-18 00:30 +0200

csiph-web