From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 05 Sep 2012 13:41:54 -0600 Subject: [U-Boot] [PATCH 3/6] gpt: Replacement of GPT structures members with ones indicating endianness and size In-Reply-To: <1345795995-24656-4-git-send-email-l.majewski@samsung.com> References: <1345795995-24656-1-git-send-email-l.majewski@samsung.com> <1345795995-24656-4-git-send-email-l.majewski@samsung.com> Message-ID: <5047AB02.9040207@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/24/2012 02:13 AM, Lukasz Majewski wrote: > Replacement of several GPT related structures members with ones > indicating its endianness and proper size. This patch seems reasonable to me, but I'm surprised it doesn't require /any/ changes to the code that uses these structures in order to avoid warnings/errors. Is git bisect maintained by this series?