From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.orpheo.org ([176.31.189.100] helo=orpheo.org) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Y1teP-0004d4-KF for barebox@lists.infradead.org; Fri, 19 Dec 2014 09:15:10 +0000 Message-ID: <5493EC7E.9030903@ophrys.net> Date: Fri, 19 Dec 2014 10:14:38 +0100 From: Victorien Vedrine MIME-Version: 1.0 References: <1418832597-3932-1-git-send-email-victorien.vedrine@ophrys.net> <20141219065245.GA30369@pengutronix.de> In-Reply-To: <20141219065245.GA30369@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="windows-1252"; Format="flowed" Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [PATCH] partitions: dos: Fix support of extended partition type 0x05 To: Sascha Hauer Cc: barebox@lists.infradead.org Hi Sascha, Sorry, I'm beginner. I'll send a new patch Victorien Le 19/12/2014 07:52, Sascha Hauer a =E9crit : > Hi victorien, > > This patch needs a: > > Signed-off-by: Victorien Vedrine > > Line. Otherwise I can't take it. > > > Sascha > > On Wed, Dec 17, 2014 at 05:09:57PM +0100, victorien wrote: >> --- >> common/partitions/dos.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/common/partitions/dos.c b/common/partitions/dos.c >> index 37addfd..8a3c5c3 100644 >> --- a/common/partitions/dos.c >> +++ b/common/partitions/dos.c >> @@ -209,7 +209,7 @@ static void dos_partition(void *buf, struct block_de= vice *blk, >> * here as this is the easiest to parse and common >> * enough. >> */ >> - if (pentry.dos_partition_type =3D=3D 0x0f) { >> + if ((pentry.dos_partition_type =3D=3D 0x0f)||(pentry.dos_partition_t= ype =3D=3D 0x05)) { >> if (!extended_partition) >> extended_partition =3D &pd->parts[n]; >> else >> -- = >> 1.9.1 >> >> >> _______________________________________________ >> barebox mailing list >> barebox@lists.infradead.org >> http://lists.infradead.org/mailman/listinfo/barebox >> _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox