OSDN Git Service

clk: tegra: Use NULL for pointer initialization
authorStephen Boyd <sboyd@kernel.org>
Wed, 25 Mar 2020 02:14:12 +0000 (19:14 -0700)
committerStephen Boyd <sboyd@kernel.org>
Wed, 25 Mar 2020 02:14:12 +0000 (19:14 -0700)
commitba0eb9d57a3781a450b8b5eb15c497cccb18ee45
tree1202d505369bfe7b6f40abd77a6a7158084ca7f7
parent37a94882a3f6b0174b715654649831ab41fd2109
clk: tegra: Use NULL for pointer initialization

This silences a sparse warning about using a plain integer instead of
NULL for a pointer.

Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/tegra/clk-tegra210.c