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

Commit 11b9ceef authored by Vincent Zvikaramba's avatar Vincent Zvikaramba
Browse files

Revert "fs: sdfat: Fix compilation without debugging"

This reverts commit d9e5a77e.
parent 6d765fd1
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -97,11 +97,6 @@ config SDFAT_DBG_BUGON
	depends on SDFAT_FS && SDFAT_DEBUG
	default n

config SDFAT_DBG_WARNON
	bool "enable strict WARN_ON() for debugging"
	depends on SDFAT_FS && SDFAT_DEBUG
	default n

config SDFAT_STATISTICS
	bool "enable statistics for bigdata"
	depends on SDFAT_FS
+0 −1
Original line number Diff line number Diff line
@@ -393,7 +393,6 @@ void sdfat_debug_check_clusters(struct inode *inode);

#define sdfat_debug_check_clusters(inode)
#define sdfat_debug_bug_on(expr)
#define sdfat_debug_warn_on(expr)

#endif /* CONFIG_SDFAT_DEBUG */