commit | 57ca968b69ecb741f6f8e643666e21635b6828bc | [log] [tgz] |
---|---|---|
author | Bitan Biswas <bbiswas@nvidia.com> | Tue Jun 18 04:09:42 2019 -0700 |
committer | Wolfram Sang <wsa@the-dreams.de> | Fri Jun 21 23:25:22 2019 +0200 |
tree | fe862a9368f1e508c88bfed58d6059d78f03a3a3 | |
parent | 9be1485accd4a0375170b93f90894e7728029078 [diff] |
i2c: tegra: remove BUG() macro The usage of BUG() macro is generally discouraged in kernel, unless it's a problem that results in a physical damage or loss of data. This patch removes unnecessary BUG() macros and replaces the rest with warning. Signed-off-by: Bitan Biswas <bbiswas@nvidia.com> Reviewed-by: Dmitry Osipenko <digetx@gmail.com> Tested-by: Dmitry Osipenko <digetx@gmail.com> Acked-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>