b43: return true / false instead of numbers in functions which return bool value

Signed-off-by: Zhao, Gang <gamerh2o@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Zhao, Gang
2014-02-16 22:31:38 +08:00
committed by John W. Linville
parent cc1ad9d267
commit 1a2b250bfe
3 changed files with 8 additions and 8 deletions

View File

@@ -86,7 +86,7 @@ void b43_debugfs_log_txstat(struct b43_wldev *dev,
static inline bool b43_debug(struct b43_wldev *dev, enum b43_dyndbg feature)
{
return 0;
return false;
}
static inline void b43_debugfs_init(void)