From: Andrew Morton Date: Fri, 28 Mar 2008 06:25:27 +0000 (-0700) Subject: net/mac80211/debugfs_netdev.c: use of bool triggers a gcc bug X-Git-Tag: v2.6.26-rc1~1138^2~256 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0675abdbfbcb8e0253a970c0dfe8d23b112888f3;p=pandora-kernel.git net/mac80211/debugfs_netdev.c: use of bool triggers a gcc bug This bool causes my gcc-4.1.0 alpha cross compiler to go into an infinite loop. Switching it to u8 works around that. Cc: Johannes Berg Cc: Luis Carlos Cobo Signed-off-by: Andrew Morton Signed-off-by: John W. Linville --- Reading git-diff-tree failed