1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-16 06:14:06 +03:00
openwrt-xburst/package/mac80211/patches/120-pr_fmt_warnings.patch

11 lines
241 B
Diff
Raw Normal View History

--- a/drivers/net/wireless/ath/ath5k/debug.c
+++ b/drivers/net/wireless/ath/ath5k/debug.c
@@ -58,6 +58,7 @@
* THE POSSIBILITY OF SUCH DAMAGES.
*/
+#undef pr_fmt
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <linux/export.h>