RE: [PATCH] ACPICA: remove duplicate u8 typedef

2015-04-28 Thread Zheng, Lv
Hi, > From: Olaf Hering [mailto:o...@aepfle.de] > Sent: Tuesday, April 28, 2015 10:54 PM > Subject: [PATCH] ACPICA: remove duplicate u8 typedef > > During commit e252652fb2664d42de19f933aa3688bbc470de3f ("ACPICA: > acpidump: Remove integer types translation protection.") two 'unsigned > char' typ

RE: [PATCH] ACPICA: remove duplicate u8 typedef

2015-04-28 Thread Zheng, Lv
Hi, > From: Rafael J. Wysocki [mailto:r...@rjwysocki.net] > Sent: Wednesday, April 29, 2015 8:44 AM > Subject: Re: [PATCH] ACPICA: remove duplicate u8 typedef > > On Tuesday, April 28, 2015 04:54:04 PM Olaf Hering wrote: > > During commit e252652fb2664d42de19f933aa36

Re: [PATCH] ACPICA: remove duplicate u8 typedef

2015-04-28 Thread Rafael J. Wysocki
On Tuesday, April 28, 2015 04:54:04 PM Olaf Hering wrote: > During commit e252652fb2664d42de19f933aa3688bbc470de3f ("ACPICA: > acpidump: Remove integer types translation protection.") two 'unsigned > char' types got converted to 'u8'. > > The result does not compile with gcc-4.5, it can not cope w