Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S941210AbcKXTUF (ORCPT ); Thu, 24 Nov 2016 14:20:05 -0500 Received: from mail-wm0-f66.google.com ([74.125.82.66]:33238 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935677AbcKXTUE (ORCPT ); Thu, 24 Nov 2016 14:20:04 -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 v2 0/2] staging: slicoss: minor changes to clean some code Date: Thu, 24 Nov 2016 20:20:58 +0100 Message-Id: <1480015260-22515-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: 514 Lines: 18 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. 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