commit | 209b43759d65b2cc99ce7757249aacc82b03c4e2 | [log] [tgz] |
---|---|---|
author | Michael Büsch <m@bues.ch> | Tue Jul 31 22:15:09 2018 +0200 |
committer | Kalle Valo <kvalo@codeaurora.org> | Thu Aug 09 18:47:47 2018 +0300 |
tree | 174ddf048de1dcaea4673e22f619bd93995b59be | |
parent | b8b6069cf2087545fe53ec920e8353133e9a70bf [diff] |
ssb: Remove SSB_WARN_ON, SSB_BUG_ON and SSB_DEBUG Use the standard WARN_ON instead. If a small kernel is desired, WARN_ON can be disabled globally. Also remove SSB_DEBUG. Besides WARN_ON it only adds a tiny debug check. Include this check unconditionally. Signed-off-by: Michael Buesch <m@bues.ch> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>