From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753270AbbCJRRN (ORCPT ); Tue, 10 Mar 2015 13:17:13 -0400 Received: from mail-pd0-f178.google.com ([209.85.192.178]:39071 "EHLO mail-pd0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752183AbbCJRRL (ORCPT ); Tue, 10 Mar 2015 13:17:11 -0400 From: Sudip Mukherjee To: Greg Kroah-Hartman Cc: linux-fbdev@vger.kernel.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Sudip Mukherjee Subject: [PATCH 0/6] staging: sm750fb: fixed all build warnings Date: Tue, 10 Mar 2015 22:46:51 +0530 Message-Id: <1426007817-1884-1-git-send-email-sudipm.mukherjee@gmail.com> X-Mailer: git-send-email 1.8.1.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Greg, all the build warnings have been taken care of in this series. some of the patches will generate a few checkpatch warning and for some I tried to address few of the chcekpatch warnings while modifying them. regards sudip Sudip Mukherjee (6): staging: sm750fb: remove unused functions staging: sm750fb: remove unused variables staging: sm750fb: correct function return staging: sm750fb: correct incompatible pointer type staging: sm750fb: fix mixed declarations staging: sm750fb: correct integer comparison drivers/staging/sm750fb/ddk750_display.c | 11 ----- drivers/staging/sm750fb/ddk750_swi2c.c | 8 ---- drivers/staging/sm750fb/sm750.c | 70 ++------------------------------ drivers/staging/sm750fb/sm750.h | 11 ++--- drivers/staging/sm750fb/sm750_accel.c | 4 +- drivers/staging/sm750fb/sm750_accel.h | 4 +- drivers/staging/sm750fb/sm750_cursor.c | 5 +-- 7 files changed, 14 insertions(+), 99 deletions(-) -- 1.8.1.2