Hi Michael,
A few very minor updates for PS3. Please apply.
-Geoff
The following changes since commit aae4e7a8bc44722fe70d58920a36916b1043195e:
Linux 4.13-rc4 (2017-08-06 18:44:49 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/geoff/ps3-linux.git for-merge-powerpc
for you to fetch changes up to 1c2ef56f08fcfcf74aa281c33363197f8c01e5ab:
powerpc/ps3: Refresh ps3_defconfig (2017-08-07 12:49:07 -0700)
----------------------------------------------------------------
Geoff Levand (2):
block/ps3vram: Check return of ps3vram_cache_init
powerpc/ps3: Refresh ps3_defconfig
Markus Elfring (1):
block/ps3vram: Delete an error message for a failed memory allocation in ps3vram_cache_init()
arch/powerpc/configs/ps3_defconfig | 2 --
drivers/block/ps3vram.c | 10 ++++++----
2 files changed, 6 insertions(+), 6 deletions(-)
--
2.11.0
From: Markus Elfring <redacted>
Omit an extra message for a memory allocation failure in this function.
This issue was detected by using the Coccinelle software.
Link: http://events.linuxfoundation.org/sites/events/files/slides/LCJ16-Refactor_Strings-WSang_0.pdf
Signed-off-by: Markus Elfring <redacted>
Cc: Jim Paris <jim@jtan.com>
Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Geoff Levand <geoff@infradead.org>
---
drivers/block/ps3vram.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
@@ -94,7 +93,6 @@ CONFIG_USB_USBNET=m # CONFIG_USB_NET_CDC_SUBSET is not set # CONFIG_USB_NET_ZAURUS is not set CONFIG_INPUT_FF_MEMLESS=m-# CONFIG_INPUT_MOUSEDEV_PSAUX is not set CONFIG_INPUT_JOYDEV=m CONFIG_INPUT_EVDEV=m # CONFIG_INPUT_KEYBOARD is not set
I pointed a few development concerns out.
https://patchwork.ozlabs.org/patch/798575/
Will the commit subject “block/ps3vram: Check return value of ps3vram_cache_init()”
be more appropriate?
Regards,
Markus
From: Michael Ellerman <hidden> Date: 2017-08-18 12:51:02
On Mon, 2017-08-07 at 20:09:20 UTC, Geoff Levand wrote:
From: Markus Elfring <redacted>
Omit an extra message for a memory allocation failure in this function.
This issue was detected by using the Coccinelle software.
Link: http://events.linuxfoundation.org/sites/events/files/slides/LCJ16-Refactor_Strings-WSang_0.pdf
Signed-off-by: Markus Elfring <redacted>
Cc: Jim Paris <jim@jtan.com>
Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Geoff Levand <geoff@infradead.org>