7 Oct 17:23
[PATCH] p54: Fix compilation problem on PPC
From: Larry Finger <Larry.Finger@...>
Subject: [PATCH] p54: Fix compilation problem on PPC
Newsgroups: gmane.linux.kernel.wireless.general
Date: 2008-10-07 15:27:45 GMT
Subject: [PATCH] p54: Fix compilation problem on PPC
Newsgroups: gmane.linux.kernel.wireless.general
Date: 2008-10-07 15:27:45 GMT
The commit entitled "p54: Fix sparse warnings" introduced a compile error on PPC architecture. Thanks to Johannes Berg <johannes@...> for reporting this problem. Signed-off-by: <Larry.Finger@...> --- John, This is 2.6.28 material. I hope this comes through OK. I don't have access to my usual way of submitting patches. Larry --- Johannes, Do you have access to a p54 device, or were you just compile testing? In my mind, there is still a big question regarding the endianness of one of the data arrays. Larry --- Index: wireless-testing/drivers/net/wireless/p54/p54common.c =================================================================== --- wireless-testing.orig/drivers/net/wireless/p54/p54common.c +++ wireless-testing/drivers/net/wireless/p54/p54common.c @@ -482,7 +482,6 @@ static int p54_parse_eeprom(struct ieee8 printk(KERN_ERR "p54: eeprom parse failed!\n");(Continue reading)
RSS Feed