[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: Arnd Bergmann <arndb@de.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Arnd Bergmann 2005-12-05 22:52:24 -05:00 коммит произвёл Paul Mackerras
Родитель b41305a39a
Коммит 3b3d22cb84
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -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>

Просмотреть файл

@ -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>