Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3b3d22cb authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Paul Mackerras
Browse files

[PATCH] spufs: Turn off debugging output



spufs is rather noisy when debugging is enabled, this
turns off the messages for production use.

Signed-off-by: default avatarArnd Bergmann <arndb@de.ibm.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent b41305a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 */

#define DEBUG 1
#undef DEBUG

#include <linux/interrupt.h>
#include <linux/list.h>
+2 −1
Original line number Diff line number Diff line
@@ -24,7 +24,8 @@
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 */

#define DEBUG 1
#undef DEBUG

#include <linux/config.h>
#include <linux/module.h>
#include <linux/errno.h>