From mboxrd@z Thu Jan 1 00:00:00 1970 From: SF Markus Elfring Subject: [PATCH v3 0/3] net-rsi: Fine-tuning for two function implementations Date: Fri, 15 Jan 2016 14:04:37 +0100 Message-ID: <5698EE65.7010607@users.sourceforge.net> References: <566ABCD9.1060404@users.sourceforge.net> <5687E169.4070704@users.sourceforge.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: LKML , kernel-janitors-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Julia Lawall , "John W. Linville" To: linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Fariya Fatima , Jahnavi Meher , Kalle Valo Return-path: In-Reply-To: <5687E169.4070704-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f@public.gmane.org> Sender: linux-wireless-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: netdev.vger.kernel.org From: Markus Elfring Date: Fri, 15 Jan 2016 13:54:43 +0100 A few update suggestions were taken into account from static source code analysis. Markus Elfring (3): Delete unnecessary variable initialisations in rsi_send_mgmt_pkt() Delete unnecessary variable initialisations in rsi_send_data_pkt() Replace variable initialisations by assignments in rsi_send_data_pkt() drivers/net/wireless/rsi/rsi_91x_pkt.c | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) --- v3: Rebase proposed changes on the source files for the software "Linux next-20160114". v2: Unfortunately, the first update step from this series contained an inappropriate suggestion. Thus fix that. -- 2.6.3 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html