mbox series

[0/2] PS3: Adjustments for six function implementations

Message ID 9b6464bc-a408-de2a-1b54-cb7794b92506@users.sourceforge.net (mailing list archive)
Headers show
Series PS3: Adjustments for six function implementations | expand

Message

SF Markus Elfring Dec. 16, 2017, 1:50 p.m. UTC
From: Markus Elfring <elfring@users.sourceforge.net>
Date: Sat, 16 Dec 2017 14:42:24 +0100

Two update suggestions were taken into account
from static source code analysis.

Markus Elfring (2):
  Delete an error message for a failed memory allocation in two functions
  Improve a size determination in five functions

 drivers/ps3/ps3-lpm.c         |  2 --
 drivers/ps3/ps3-sys-manager.c |  9 ++-------
 drivers/ps3/ps3-vuart.c       | 12 +++---------
 3 files changed, 5 insertions(+), 18 deletions(-)

Comments

Geoff Levand Dec. 18, 2017, 6:32 p.m. UTC | #1
Hi,

On 12/16/2017 05:50 AM, SF Markus Elfring wrote:
> Markus Elfring (2):
>   Delete an error message for a failed memory allocation in two functions
>   Improve a size determination in five functions

As I mentioned before, please keep your commit message subjects to
50 chars or less.

-Geoff