Re: [PATCH 2/3] block/ps3vram: Remove obsolete reference to MTD
On 06/11/2015 07:04 AM, Geert Uytterhoeven wrote: On Wed, Jun 10, 2015 at 8:00 PM, Geert Uytterhoeven did not write: The ps3vram driver is a plain block device driver since commit f507cd22035fdadd5dbb476dd05e9e7ee21c3b84 ("ps3/block: Replace mtd/ps3vram by block/ps3vram"). Signed-off-by: Geert Uytterhoeven Signed-off-by: Geoff Levand For the record: while I did send out this patch back in 2013, I didn't resend it yesterday. Geoff: 1. Please fix your scripts (start using git-send-email?), to avoid sending fake email. Thanks! Indeed, 2/3 of these patches ended up in my spam. 2. I am grateful you didn't forget about this patch, and that it got applied. I'll add: 3. Your git base should be the base of where you want this to be pulled in, or prior. Yours was 4.1-rc7, and I'm not pulling in tons of unrelated changes for 3 patches. If you are targeting the next release and don't depend on existing block changes, then your base should be 4.0. If you are dependent on changes in the block tree, the block tree should be your base. -- Jens Axboe ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev
Re: [PATCH 2/3] block/ps3vram: Remove obsolete reference to MTD
On Wed, Jun 10, 2015 at 8:00 PM, Geert Uytterhoeven did not write: > The ps3vram driver is a plain block device driver since commit > f507cd22035fdadd5dbb476dd05e9e7ee21c3b84 ("ps3/block: Replace mtd/ps3vram > by block/ps3vram"). > > Signed-off-by: Geert Uytterhoeven > Signed-off-by: Geoff Levand For the record: while I did send out this patch back in 2013, I didn't resend it yesterday. Geoff: 1. Please fix your scripts (start using git-send-email?), to avoid sending fake email. Thanks! 2. I am grateful you didn't forget about this patch, and that it got applied. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev
[PATCH 2/3] block/ps3vram: Remove obsolete reference to MTD
The ps3vram driver is a plain block device driver since commit f507cd22035fdadd5dbb476dd05e9e7ee21c3b84 ("ps3/block: Replace mtd/ps3vram by block/ps3vram"). Signed-off-by: Geert Uytterhoeven Signed-off-by: Geoff Levand --- drivers/block/ps3vram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/block/ps3vram.c b/drivers/block/ps3vram.c index a7bf836..b1612eb 100644 --- a/drivers/block/ps3vram.c +++ b/drivers/block/ps3vram.c @@ -1,5 +1,5 @@ /* - * ps3vram - Use extra PS3 video ram as MTD block device. + * ps3vram - Use extra PS3 video ram as block device. * * Copyright 2009 Sony Corporation * -- 2.1.0 ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev