Re: [PATCH] MTD: small physmap_of partition parsing fixes

2007-10-29 Thread David Gibson
On Mon, Oct 29, 2007 at 11:29:02PM +0300, Valentine Barshak wrote: > Use of_get_next_child for proper ref counting as suggested by Stephen Rothwell > and remove add_mtd_partitions from parse_partitions to avoid duplicate > mtd device registration for RedBoot partitions. > > Signed-off-by: Valentin

[PATCH] MTD: small physmap_of partition parsing fixes

2007-10-29 Thread Valentine Barshak
Use of_get_next_child for proper ref counting as suggested by Stephen Rothwell and remove add_mtd_partitions from parse_partitions to avoid duplicate mtd device registration for RedBoot partitions. Signed-off-by: Valentine Barshak <[EMAIL PROTECTED]> --- drivers/mtd/maps/physmap_of.c | 13 +