commit | 0675abdbfbcb8e0253a970c0dfe8d23b112888f3 | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@linux-foundation.org> | Thu Mar 27 23:25:27 2008 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Apr 01 17:13:17 2008 -0400 |
tree | 509f32c9d1dcc9dd149ea89fad1678f3f398fa60 | |
parent | 3480a58a90cd505578b9979d878a5ad9c347d424 [diff] |
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 <johannes@sipsolutions.net> Cc: Luis Carlos Cobo <luisca@cozybit.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>