Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935192AbcKXU3Z (ORCPT ); Thu, 24 Nov 2016 15:29:25 -0500 Received: from mail-wj0-f194.google.com ([209.85.210.194]:36063 "EHLO mail-wj0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755453AbcKXU3Y (ORCPT ); Thu, 24 Nov 2016 15:29:24 -0500 From: Sergio Paracuellos To: gregkh@linuxfoundation.org Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, liodot@gmail.com, charrer@alacritech.com Subject: [PATCH v3 0/2] staging: slicoss: minor changes to clean some code Date: Thu, 24 Nov 2016 21:30:17 +0100 Message-Id: <1480019419-23590-1-git-send-email-sergio.paracuellos@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 562 Lines: 20 This patchset clean some code in slicoss driver: * Removes not used macro. * Remove a macro and just inline code. Changes in v2: * Remove inline function into inline code. Changes in v3: * Replace '=' in favour of '+='. Sergio Paracuellos (2): staging: slicoss: remove not used UPDATE_STATS macro staging: slicoss: remove UPDATE_STATS_GB macro and inline code drivers/staging/slicoss/slic.h | 13 ---------- drivers/staging/slicoss/slicoss.c | 52 +++++++++++++++++++-------------------- 2 files changed, 25 insertions(+), 40 deletions(-) -- 1.9.1