kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/16] fix sparse warnings: Using plain integer as NULL pointer
@ 2009-02-22  0:00 Hannes Eder
  2009-02-22  0:00 ` [PATCH 01/16] kexec/i386: fix sparse warnings: Using plain integer as Hannes Eder
                   ` (15 more replies)
  0 siblings, 16 replies; 38+ messages in thread
From: Hannes Eder @ 2009-02-22  0:00 UTC (permalink / raw)
  To: trivial; +Cc: kernel-janitors, linux-kernel

The following series fix the sparse warning 'Using plain integer as
NULL pointer' all over the kernel tree.  This series is based on
linux-next/next-20090220.

---

Hannes Eder (16):
      ALSA: msnd: fix sparse warning: Using plain integer as NULL pointer
      ipv6: fix sparse warning: Using plain integer as NULL pointer
      memcg: fix sparse warning: Using plain integer as NULL pointer
      kprobes: fix sparse warnings: Using plain integer as NULL pointer
      reiserfs: fix sparse warning: Using plain integer as NULL pointer
      fs/super.c: fix sparse warning: Using plain integer as NULL pointer
      viafb: fix sparse warning: Using plain integer as NULL pointer
      usb host: fix sparse warning: Using plain integer as NULL pointer
      [SCSI] FlashPoint: fix sparse warnings: Using plain integer as NULL pointer
      panasonic-laptop: fix sparse warning: Using plain integer as NULL pointer
      MTD: tests: fix sparse warnings: Using plain integer as NULL pointer
      dvb: fix sparse warnings: Using plain integer as NULL pointer
      ide: fix sparse warnings: Using plain integer as NULL pointer
      drm: radeon: fix sparse warnings: Using plain integer as NULL pointer
      x86, numa_32.c: fix sparse warning: Using plain integer as NULL pointer
      kexec/i386: fix sparse warnings: Using plain integer as NULL pointer


 arch/x86/kernel/machine_kexec_32.c      |    2 +-
 arch/x86/kernel/traps.c                 |    2 +-
 arch/x86/mm/numa_32.c                   |    2 +-
 drivers/gpu/drm/radeon/radeon_cp.c      |    2 +-
 drivers/gpu/drm/radeon/radeon_state.c   |    2 +-
 drivers/ide/ide-disk_proc.c             |    2 +-
 drivers/ide/ide-floppy_proc.c           |    2 +-
 drivers/ide/ide-proc.c                  |    2 +-
 drivers/ide/ide-tape.c                  |    2 +-
 drivers/media/dvb/frontends/drx397xD.c  |    2 +-
 drivers/mtd/tests/mtd_oobtest.c         |   24 ++++++++++++------------
 drivers/mtd/tests/mtd_readtest.c        |    2 +-
 drivers/platform/x86/panasonic-laptop.c |    2 +-
 drivers/scsi/FlashPoint.c               |    7 +++----
 drivers/usb/host/oxu210hp-hcd.c         |    2 +-
 drivers/video/via/hw.c                  |    2 +-
 fs/reiserfs/inode.c                     |    2 +-
 fs/super.c                              |    2 +-
 kernel/test_kprobes.c                   |    6 +++---
 mm/memcontrol.c                         |    2 +-
 net/ipv6/xfrm6_state.c                  |    2 +-
 sound/isa/msnd/msnd_pinnacle.c          |    2 +-
 22 files changed, 37 insertions(+), 38 deletions(-)

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

end of thread, other threads:[~2009-03-05 13:47 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-22  0:00 [PATCH 00/16] fix sparse warnings: Using plain integer as NULL pointer Hannes Eder
2009-02-22  0:00 ` [PATCH 01/16] kexec/i386: fix sparse warnings: Using plain integer as Hannes Eder
2009-02-27  0:48   ` [PATCH 01/16] kexec/i386: fix sparse warnings: Using plain Hannes Eder
2009-02-22  0:01 ` [PATCH 02/16] x86, Hannes Eder
2009-02-27  0:50   ` [PATCH 02/16] x86, numa_32.c: fix sparse warning: Using plain Hannes Eder
2009-02-22  0:01 ` [PATCH 03/16] drm: radeon: fix sparse warnings: Using plain integer Hannes Eder
2009-02-27  0:53   ` [PATCH 03/16] drm: radeon: fix sparse warnings: Using plain Hannes Eder
2009-02-22  0:01 ` [PATCH 04/16] ide: fix sparse warnings: Using plain integer as NULL Hannes Eder
2009-02-27  0:58   ` [PATCH 04/16] ide: fix sparse warnings: Using plain integer as Hannes Eder
2009-02-22  0:02 ` [PATCH 05/16] dvb: fix sparse warnings: Using plain integer as NULL Hannes Eder
2009-02-27  1:00   ` [PATCH 05/16] dvb: fix sparse warnings: Using plain integer as Hannes Eder
2009-02-22  0:02 ` [PATCH 06/16] MTD: tests: " Hannes Eder
2009-02-27  1:02   ` [PATCH 06/16] MTD: tests: fix sparse warnings: Using plain Hannes Eder
2009-02-27  5:07     ` [PATCH 06/16] MTD: tests: fix sparse warnings: Using plain integer Artem Bityutskiy
2009-02-22  0:02 ` [PATCH 07/16] panasonic-laptop: fix sparse warning: Using plain Hannes Eder
2009-02-27  1:03   ` Hannes Eder
2009-02-22  0:02 ` [PATCH 08/16] [SCSI] FlashPoint: fix sparse warnings: " Hannes Eder
2009-02-22  0:11   ` [PATCH 08/16 v2] " Hannes Eder
2009-02-22  0:04 ` [PATCH 09/16] usb host: fix sparse warning: Using plain integer as Hannes Eder
2009-02-27  1:04   ` [PATCH 09/16] usb host: fix sparse warning: Using plain integer Hannes Eder
2009-02-22  0:04 ` [PATCH 10/16] viafb: fix sparse warning: Using plain integer as NULL Hannes Eder
2009-02-27  1:07   ` [PATCH 10/16] viafb: fix sparse warning: Using plain integer as Hannes Eder
2009-02-22  0:05 ` [PATCH 11/16] fs/super.c: " Hannes Eder
2009-02-27  1:10   ` [PATCH 11/16] fs/super.c: fix sparse warning: Using plain integer Hannes Eder
2009-02-27  1:28     ` [PATCH 11/16] fs/super.c: fix sparse warning: Using plain Al Viro
2009-03-02 21:34       ` [PATCH 11/16 v2] NULL noise: drivers/ide/ide-*.c Hannes Eder
2009-03-02 23:53         ` [PATCH 04/16 v3] " Hannes Eder
2009-03-05 13:47           ` Bartlomiej Zolnierkiewicz
2009-02-22  0:05 ` [PATCH 12/16] reiserfs: fix sparse warning: Using plain integer as Hannes Eder
2009-02-27  1:12   ` [PATCH 12/16] reiserfs: fix sparse warning: Using plain integer Hannes Eder
2009-02-22  0:05 ` [PATCH 13/16] kprobes: fix sparse warnings: Using plain integer as Hannes Eder
2009-02-27  1:13   ` [PATCH 13/16] kprobes: fix sparse warnings: Using plain integer Hannes Eder
2009-02-22  0:05 ` [PATCH 14/16] memcg: fix sparse warning: Using plain integer as NULL Hannes Eder
2009-02-27  1:15   ` [PATCH 14/16] memcg: fix sparse warning: Using plain integer as Hannes Eder
2009-02-27  1:37     ` KAMEZAWA Hiroyuki
2009-02-22  0:05 ` [PATCH 15/16] ipv6: fix sparse warning: Using plain integer as NULL Hannes Eder
2009-02-22  7:37   ` [PATCH 15/16] ipv6: fix sparse warning: Using plain integer as David Miller
2009-02-22  0:05 ` [PATCH 16/16] ALSA: msnd: " Hannes Eder

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).