Acked-by: Alexandre Bounine <[email protected]> -----Original Message----- From: SF Markus Elfring [mailto:[email protected]] Sent: Friday, December 15, 2017 5:27 AM To: [email protected]; Bounine, Alexandre <[email protected]>; Matt Porter <[email protected]> Cc: LKML <[email protected]> Subject: [PATCH 0/7] RapidIO: Adjustments for some function implementations
From: Markus Elfring <[email protected]> Date: Fri, 15 Dec 2017 11:20:33 +0100 Some update suggestions were taken into account from static source code analysis. Markus Elfring (7): Delete an error message for a failed memory allocation in rio_init_mports() Adjust 12 checks for null pointers Adjust five function calls together with a variable assignment Improve a size determination in five functions Delete an unnecessary variable initialisation in three functions Return an error code only as a constant in two functions Move 12 EXPORT_SYMBOL_GPL() calls to function implementations drivers/rapidio/rio.c | 110 ++++++++++++++++++++++---------------------------- 1 file changed, 48 insertions(+), 62 deletions(-) -- 2.15.1

