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


Groups > linux.kernel > #1274305

Re: [PATCH] clk: use IS_ERR_OR_NULL(hw) instead of !hw || IS_ERR(hw)

From Stephen Boyd <sboyd@codeaurora.org>
Newsgroups linux.kernel
Subject Re: [PATCH] clk: use IS_ERR_OR_NULL(hw) instead of !hw || IS_ERR(hw)
Date 2015-11-20 18:30 +0100
Message-ID <qwXFy-1Np-35@gated-at.bofh.it> (permalink)
References <qwMAp-2XN-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 11/20, Masahiro Yamada wrote:
> This minor refactoring does not change the function behavior.
> 
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---

Applied to clk-next

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

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


Thread

[PATCH] clk: use IS_ERR_OR_NULL(hw) instead of !hw || IS_ERR(hw) Masahiro Yamada <yamada.masahiro@socionext.com> - 2015-11-20 06:40 +0100
  Re: [PATCH] clk: use IS_ERR_OR_NULL(hw) instead of !hw || IS_ERR(hw) Stephen Boyd <sboyd@codeaurora.org> - 2015-11-20 18:30 +0100

csiph-web