]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/net/wireless/b43/debugfs.h
Merge remote-tracking branches 'spi/fix/pxa2xx', 'spi/fix/qup' and 'spi/fix/sh-sci...
[karo-tx-linux.git] / drivers / net / wireless / b43 / debugfs.h
index 822aad8842f4defbe8b24af07b4f0559f53223b5..50517b801cb42d40137d2c0739440220ce8e2151 100644 (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)