On Mon, Jul 27, 2020 at 01:57:20PM -0700, Sowjanya Komatineni wrote: > clk_enable, clk_disable, clk_prepare, and clk_unprepare APIs have > implementation for checking clk pointer not NULL and clock consumers > can safely call these APIs without NULL pointer check. > > So, this patch cleans up Tegra i2c driver to remove explicit checks > before these APIs. > > Reviewed-by: Dmitry Osipenko > Signed-off-by: Sowjanya Komatineni Applied to for-next, thanks!