commit | 8d7a577d04e8ce24b1b81ee44ec8cd1dda2a9cd9 | [log] [tgz] |
---|---|---|
author | Aditya Pakki <pakki001@umn.edu> | Tue Jan 21 17:33:49 2020 -0600 |
committer | Stephen Boyd <sboyd@kernel.org> | Wed Feb 12 15:38:44 2020 -0800 |
tree | ac0ac970e771be8d642050229c8f2617102045ab | |
parent | bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9 [diff] |
clk: samsung: Remove redundant check in samsung_cmu_register_one Consistent with other instances of samsung_clk_init, the check if ctx is NULL is redundant. The function currently does not return NULL. Signed-off-by: Aditya Pakki <pakki001@umn.edu> Link: https://lkml.kernel.org/r/20200121233349.28627-1-pakki001@umn.edu Acked-by: Chanwoo Choi <cw00.choi@samsung.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>