All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: victorien <victorien.vedrine@ophrys.net>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH] partitions: dos: Fix support of extended partition type 0x05
Date: Fri, 19 Dec 2014 07:52:45 +0100	[thread overview]
Message-ID: <20141219065245.GA30369@pengutronix.de> (raw)
In-Reply-To: <1418832597-3932-1-git-send-email-victorien.vedrine@ophrys.net>

Hi victorien,

This patch needs a:

Signed-off-by: Victorien Vedrine <victorien.vedrine@ophrys.net>

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_device *blk,
>  			 * here as this is the easiest to parse and common
>  			 * enough.
>  			 */
> -			if (pentry.dos_partition_type == 0x0f) {
> +			if ((pentry.dos_partition_type == 0x0f)||(pentry.dos_partition_type == 0x05)) {
>  				if (!extended_partition)
>  					extended_partition = &pd->parts[n];
>  				else
> -- 
> 1.9.1
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

  reply	other threads:[~2014-12-19  6:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-17 16:09 [PATCH] partitions: dos: Fix support of extended partition type 0x05 victorien
2014-12-19  6:52 ` Sascha Hauer [this message]
2014-12-19  9:14   ` Victorien Vedrine
2014-12-19 18:59 ` Uwe Kleine-König
2014-12-22  8:50   ` Victorien Vedrine

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141219065245.GA30369@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=victorien.vedrine@ophrys.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.