Re: [PATCH] mtd: use the NAND_STATUS_FAIL to replace the hardcode

2012-10-26 Thread Artem Bityutskiy
On Sun, 2012-10-14 at 23:47 -0400, Huang Shijie wrote: > Use the NAND_STATUS_FAIL to replace the hardcode "0x01", > which make the code more readable. > > Signed-off-by: Huang Shijie Pushed to l2-mtd.git, thanks! -- Best Regards, Artem Bityutskiy signature.asc Description: This is a

Re: [PATCH] mtd: use the NAND_STATUS_FAIL to replace the hardcode

2012-10-26 Thread Artem Bityutskiy
On Sun, 2012-10-14 at 23:47 -0400, Huang Shijie wrote: Use the NAND_STATUS_FAIL to replace the hardcode 0x01, which make the code more readable. Signed-off-by: Huang Shijie shij...@gmail.com Pushed to l2-mtd.git, thanks! -- Best Regards, Artem Bityutskiy signature.asc Description: This

Re: [PATCH] mtd: use the NAND_STATUS_FAIL to replace the hardcode

2012-10-25 Thread Brian Norris
FWIW On Sun, Oct 14, 2012 at 8:47 PM, Huang Shijie wrote: > Use the NAND_STATUS_FAIL to replace the hardcode "0x01", > which make the code more readable. > > Signed-off-by: Huang Shijie Acked-by: Brian Norris -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: [PATCH] mtd: use the NAND_STATUS_FAIL to replace the hardcode

2012-10-25 Thread Brian Norris
FWIW On Sun, Oct 14, 2012 at 8:47 PM, Huang Shijie shij...@gmail.com wrote: Use the NAND_STATUS_FAIL to replace the hardcode 0x01, which make the code more readable. Signed-off-by: Huang Shijie shij...@gmail.com Acked-by: Brian Norris computersforpe...@gmail.com -- To unsubscribe from this

Re: [PATCH] mtd: use the NAND_STATUS_FAIL to replace the hardcode

2012-10-24 Thread Huang Shijie
ping On Mon, Oct 15, 2012 at 11:47 AM, Huang Shijie wrote: > Use the NAND_STATUS_FAIL to replace the hardcode "0x01", > which make the code more readable. > > Signed-off-by: Huang Shijie > --- > drivers/mtd/nand/nand_base.c |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >

Re: [PATCH] mtd: use the NAND_STATUS_FAIL to replace the hardcode

2012-10-24 Thread Huang Shijie
ping On Mon, Oct 15, 2012 at 11:47 AM, Huang Shijie shij...@gmail.com wrote: Use the NAND_STATUS_FAIL to replace the hardcode 0x01, which make the code more readable. Signed-off-by: Huang Shijie shij...@gmail.com --- drivers/mtd/nand/nand_base.c |4 ++-- 1 files changed, 2

[PATCH] mtd: use the NAND_STATUS_FAIL to replace the hardcode

2012-10-14 Thread Huang Shijie
Use the NAND_STATUS_FAIL to replace the hardcode "0x01", which make the code more readable. Signed-off-by: Huang Shijie --- drivers/mtd/nand/nand_base.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c index

[PATCH] mtd: use the NAND_STATUS_FAIL to replace the hardcode

2012-10-14 Thread Huang Shijie
Use the NAND_STATUS_FAIL to replace the hardcode 0x01, which make the code more readable. Signed-off-by: Huang Shijie shij...@gmail.com --- drivers/mtd/nand/nand_base.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mtd/nand/nand_base.c