public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] staging fixes
@ 2010-09-30  8:24 Arnd Bergmann
  2010-09-30  8:24 ` [PATCH 1/6] staging: make new character devices nonseekable Arnd Bergmann
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Arnd Bergmann @ 2010-09-30  8:24 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Marek Belisko, linux-kernel, Arnd Bergmann

My previous version of the first patch (staging: make new
character devices nonseekable) was untested and broke
compilation in multiple ways.

To make up for this, please take the fixed version
and some patches to fix basic problems in those
two drivers, as found by building with sparse.

	Arnd

Arnd Bergmann (6):
  staging: make new character devices nonseekable
  stagin/ft1000-usb: fix unlocked_ioctl prototype
  staging/ft1000-usb: fix build warnings
  staging/ft1000-usb: fix problems found by sparse
  staging/bcm: fix most build warnings
  staging/bcm: add sparse annotations

 drivers/staging/bcm/Adapter.h                      |    2 +-
 drivers/staging/bcm/Bcmchar.c                      |  168 ++++++++++----------
 drivers/staging/bcm/Bcmnet.c                       |    6 +-
 drivers/staging/bcm/CmHost.c                       |   18 +-
 drivers/staging/bcm/Debug.c                        |    2 +-
 drivers/staging/bcm/HandleControlPacket.c          |    2 +-
 drivers/staging/bcm/IPv6Protocol.c                 |    4 +-
 drivers/staging/bcm/InterfaceDld.c                 |    6 +-
 drivers/staging/bcm/InterfaceIdleMode.c            |    2 +-
 drivers/staging/bcm/InterfaceIdleMode.h            |    2 +-
 drivers/staging/bcm/InterfaceInit.c                |   31 ++--
 drivers/staging/bcm/Ioctl.h                        |    8 +-
 drivers/staging/bcm/LeakyBucket.c                  |   22 ++--
 drivers/staging/bcm/Macros.h                       |    2 +-
 drivers/staging/bcm/Misc.c                         |   20 ++-
 drivers/staging/bcm/PHSDefines.h                   |    2 +-
 drivers/staging/bcm/PHSModule.c                    |    2 +-
 drivers/staging/bcm/Prototypes.h                   |    3 +-
 drivers/staging/bcm/Qos.c                          |    8 +-
 drivers/staging/bcm/Transmit.c                     |    4 +-
 drivers/staging/bcm/led_control.c                  |   22 ++--
 drivers/staging/bcm/nvm.c                          |   54 +++---
 drivers/staging/ft1000/ft1000-usb/ft1000_chdev.c   |   92 ++++++------
 .../staging/ft1000/ft1000-usb/ft1000_download.c    |   45 +++---
 drivers/staging/ft1000/ft1000-usb/ft1000_hw.c      |   95 +++++-------
 drivers/staging/ft1000/ft1000-usb/ft1000_proc.c    |    2 +-
 drivers/staging/ft1000/ft1000-usb/ft1000_usb.c     |   25 +---
 drivers/staging/ft1000/ft1000-usb/ft1000_usb.h     |   43 +++++-
 28 files changed, 348 insertions(+), 344 deletions(-)


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2010-10-04 13:57 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-30  8:24 [PATCH 0/6] staging fixes Arnd Bergmann
2010-09-30  8:24 ` [PATCH 1/6] staging: make new character devices nonseekable Arnd Bergmann
2010-09-30  8:24 ` [PATCH 2/6] staging/ft1000-usb: fix unlocked_ioctl prototype Arnd Bergmann
2010-09-30  8:24 ` [PATCH 3/6] staging/ft1000-usb: fix build warnings Arnd Bergmann
2010-10-04 12:43   ` Belisko Marek
2010-10-04 13:49     ` Arnd Bergmann
2010-09-30  8:24 ` [PATCH 4/6] staging/ft1000-usb: fix problems found by sparse Arnd Bergmann
2010-10-04 13:16   ` Belisko Marek
2010-10-04 13:56     ` Arnd Bergmann
2010-09-30  8:24 ` [PATCH 5/6] staging/bcm: fix most build warnings Arnd Bergmann
2010-09-30  8:24 ` [PATCH 6/6] staging/bcm: add sparse annotations Arnd Bergmann
2010-09-30  8:36 ` [PATCH 0/6] staging fixes Belisko Marek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox