linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Danny Kukawka <danny.kukawka@bisect.de>
To: linux-kernel@vger.kernel.org
Subject: [PATCH 00/15] several compiler warning fixes
Date: Mon, 30 Jan 2012 15:40:03 +0100	[thread overview]
Message-ID: <1327934418-12674-1-git-send-email-danny.kukawka@bisect.de> (raw)

Danny Kukawka (15):
  eicon: fix -Warray-bounds warning
  max2165: trival fix for some -Wuninitialized warning
  mmc: trival fix for some -Wuninitialized warning
  vmw_balloon: trival fix for a -Wuninitialized warning
  cx18: fix handling of 'radio' module parameter
  hamradio: fix incompatible pointer in module parameter
  cpcihp: fix debug module parameter to be bool
  hdaps: trivial fix for -Wuninitialized
  ivtv-driver: fix handling of 'radio' module parameter
  spi: trivial fix for -Wuninitialized
  aic94xx: trivial fix for -Wuninitialized
  ixj: fix Wsequence-point compiler warnings
  ath5k: make ath5k_modparam_no_hw_rfkill_switch real bool
  kobil_sct: fix debug module parameter to be bool
  riva/fbdev: fix several -Wuninitialized

 drivers/isdn/hardware/eicon/capi20.h   |    2 +-
 drivers/media/common/tuners/max2165.c  |    3 +-
 drivers/media/video/cx18/cx18-driver.c |    2 +-
 drivers/media/video/ivtv/ivtv-driver.c |    2 +-
 drivers/misc/vmw_balloon.c             |    2 +-
 drivers/mmc/card/block.c               |    2 +-
 drivers/net/hamradio/baycom_epp.c      |    2 +-
 drivers/net/hamradio/baycom_par.c      |    2 +-
 drivers/net/wireless/ath/ath5k/base.c  |    2 +-
 drivers/pci/hotplug/cpcihp_generic.c   |    2 +-
 drivers/platform/x86/hdaps.c           |    4 +-
 drivers/scsi/aic94xx/aic94xx_sds.c     |    2 +-
 drivers/spi/spi-topcliff-pch.c         |    2 +-
 drivers/telephony/ixj.c                |  194 ++++++++++++++++++--------------
 drivers/usb/serial/kobil_sct.c         |    2 +-
 drivers/video/riva/fbdev.c             |    5 +-
 16 files changed, 125 insertions(+), 105 deletions(-)

-- 
1.7.7.3


             reply	other threads:[~2012-01-30 14:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-30 14:40 Danny Kukawka [this message]
2012-01-30 14:40 ` [PATCH 12/15] ixj: fix Wsequence-point compiler warnings Danny Kukawka
2012-01-30 16:01   ` Joe Perches

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1327934418-12674-1-git-send-email-danny.kukawka@bisect.de \
    --to=danny.kukawka@bisect.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).