From: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
To: Hannes Eder <hannes@hanneseder.net>
Cc: "trivial@kernel.org" <trivial@kernel.org>,
"kernel-janitors@vger.kernel.org"
<kernel-janitors@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 06/16] MTD: tests: fix sparse warnings: Using plain integer
Date: Fri, 27 Feb 2009 05:07:15 +0000 [thread overview]
Message-ID: <49A77503.8040900@nokia.com> (raw)
In-Reply-To: <154e089b0902261702r52432481q6a0561de9576ed71@mail.gmail.com>
Hannes Eder wrote:
> [Added To]
>
> On Sun, Feb 22, 2009 at 1:02 AM, Hannes Eder <hannes@hanneseder.net> wrote:
>> Fix this sparse warnings:
>> drivers/mtd/tests/mtd_oobtest.c:139:33: warning: Using plain integer as NULL pointer
>> drivers/mtd/tests/mtd_oobtest.c:192:33: warning: Using plain integer as NULL pointer
>> drivers/mtd/tests/mtd_oobtest.c:219:41: warning: Using plain integer as NULL pointer
>> drivers/mtd/tests/mtd_oobtest.c:284:25: warning: Using plain integer as NULL pointer
>> drivers/mtd/tests/mtd_oobtest.c:525:25: warning: Using plain integer as NULL pointer
>> drivers/mtd/tests/mtd_oobtest.c:545:25: warning: Using plain integer as NULL pointer
>> drivers/mtd/tests/mtd_oobtest.c:569:33: warning: Using plain integer as NULL pointer
>> drivers/mtd/tests/mtd_oobtest.c:589:33: warning: Using plain integer as NULL pointer
>> drivers/mtd/tests/mtd_oobtest.c:613:33: warning: Using plain integer as NULL pointer
>> drivers/mtd/tests/mtd_oobtest.c:633:33: warning: Using plain integer as NULL pointer
>> drivers/mtd/tests/mtd_oobtest.c:673:41: warning: Using plain integer as NULL pointer
>> drivers/mtd/tests/mtd_oobtest.c:701:33: warning: Using plain integer as NULL pointer
>> drivers/mtd/tests/mtd_readtest.c:74:41: warning: Using plain integer as NULL pointer
>>
>> Signed-off-by: Hannes Eder <hannes@hanneseder.net>
Acked-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
--
Best Regards,
Artem Bityutskiy (Артём Битюцкий)
WARNING: multiple messages have this Message-ID (diff)
From: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
To: Hannes Eder <hannes@hanneseder.net>
Cc: "trivial@kernel.org" <trivial@kernel.org>,
"kernel-janitors@vger.kernel.org"
<kernel-janitors@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 06/16] MTD: tests: fix sparse warnings: Using plain integer as NULL pointer
Date: Fri, 27 Feb 2009 07:07:15 +0200 [thread overview]
Message-ID: <49A77503.8040900@nokia.com> (raw)
In-Reply-To: <154e089b0902261702r52432481q6a0561de9576ed71@mail.gmail.com>
Hannes Eder wrote:
> [Added To]
>
> On Sun, Feb 22, 2009 at 1:02 AM, Hannes Eder <hannes@hanneseder.net> wrote:
>> Fix this sparse warnings:
>> drivers/mtd/tests/mtd_oobtest.c:139:33: warning: Using plain integer as NULL pointer
>> drivers/mtd/tests/mtd_oobtest.c:192:33: warning: Using plain integer as NULL pointer
>> drivers/mtd/tests/mtd_oobtest.c:219:41: warning: Using plain integer as NULL pointer
>> drivers/mtd/tests/mtd_oobtest.c:284:25: warning: Using plain integer as NULL pointer
>> drivers/mtd/tests/mtd_oobtest.c:525:25: warning: Using plain integer as NULL pointer
>> drivers/mtd/tests/mtd_oobtest.c:545:25: warning: Using plain integer as NULL pointer
>> drivers/mtd/tests/mtd_oobtest.c:569:33: warning: Using plain integer as NULL pointer
>> drivers/mtd/tests/mtd_oobtest.c:589:33: warning: Using plain integer as NULL pointer
>> drivers/mtd/tests/mtd_oobtest.c:613:33: warning: Using plain integer as NULL pointer
>> drivers/mtd/tests/mtd_oobtest.c:633:33: warning: Using plain integer as NULL pointer
>> drivers/mtd/tests/mtd_oobtest.c:673:41: warning: Using plain integer as NULL pointer
>> drivers/mtd/tests/mtd_oobtest.c:701:33: warning: Using plain integer as NULL pointer
>> drivers/mtd/tests/mtd_readtest.c:74:41: warning: Using plain integer as NULL pointer
>>
>> Signed-off-by: Hannes Eder <hannes@hanneseder.net>
Acked-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
--
Best Regards,
Artem Bityutskiy (Артём Битюцкий)
next prev parent reply other threads:[~2009-02-27 5:07 UTC|newest]
Thread overview: 77+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-22 0:00 [PATCH 00/16] fix sparse warnings: Using plain integer as NULL pointer Hannes Eder
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
2009-02-22 0:00 ` [PATCH 01/16] kexec/i386: fix sparse warnings: Using plain integer as NULL pointer Hannes Eder
2009-02-27 0:48 ` [PATCH 01/16] kexec/i386: fix sparse warnings: Using plain Hannes Eder
2009-02-27 0:48 ` [PATCH 01/16] kexec/i386: fix sparse warnings: Using plain integer as NULL pointer Hannes Eder
2009-02-22 0:01 ` [PATCH 02/16] x86, Hannes Eder
2009-02-22 0:01 ` [PATCH 02/16] x86, numa_32.c: fix sparse warning: Using plain integer as NULL pointer Hannes Eder
2009-02-27 0:50 ` [PATCH 02/16] x86, numa_32.c: fix sparse warning: Using plain Hannes Eder
2009-02-27 0:50 ` [PATCH 02/16] x86, numa_32.c: fix sparse warning: Using plain integer as NULL pointer Hannes Eder
2009-02-22 0:01 ` [PATCH 03/16] drm: radeon: fix sparse warnings: Using plain integer Hannes Eder
2009-02-22 0:01 ` [PATCH 03/16] drm: radeon: fix sparse warnings: Using plain integer as NULL pointer Hannes Eder
2009-02-27 0:53 ` [PATCH 03/16] drm: radeon: fix sparse warnings: Using plain Hannes Eder
2009-02-27 0:53 ` [PATCH 03/16] drm: radeon: fix sparse warnings: Using plain integer as NULL pointer Hannes Eder
2009-02-22 0:01 ` [PATCH 04/16] ide: fix sparse warnings: Using plain integer as NULL Hannes Eder
2009-02-22 0:01 ` [PATCH 04/16] ide: fix sparse warnings: Using plain integer as NULL pointer Hannes Eder
2009-02-27 0:58 ` [PATCH 04/16] ide: fix sparse warnings: Using plain integer as Hannes Eder
2009-02-27 0:58 ` [PATCH 04/16] ide: fix sparse warnings: Using plain integer as NULL pointer Hannes Eder
2009-02-22 0:02 ` [PATCH 05/16] dvb: fix sparse warnings: Using plain integer as NULL Hannes Eder
2009-02-22 0:02 ` [PATCH 05/16] dvb: fix sparse warnings: Using plain integer as NULL pointer Hannes Eder
2009-02-27 1:00 ` [PATCH 05/16] dvb: fix sparse warnings: Using plain integer as Hannes Eder
2009-02-27 1:00 ` [PATCH 05/16] dvb: fix sparse warnings: Using plain integer as NULL pointer Hannes Eder
2009-02-22 0:02 ` [PATCH 06/16] MTD: tests: fix sparse warnings: Using plain integer as Hannes Eder
2009-02-22 0:02 ` [PATCH 06/16] MTD: tests: fix sparse warnings: Using plain integer as NULL pointer Hannes Eder
2009-02-27 1:02 ` [PATCH 06/16] MTD: tests: fix sparse warnings: Using plain Hannes Eder
2009-02-27 1:02 ` [PATCH 06/16] MTD: tests: fix sparse warnings: Using plain integer as NULL pointer Hannes Eder
2009-02-27 5:07 ` Artem Bityutskiy [this message]
2009-02-27 5:07 ` Artem Bityutskiy
2009-02-22 0:02 ` [PATCH 07/16] panasonic-laptop: fix sparse warning: Using plain Hannes Eder
2009-02-22 0:02 ` [PATCH 07/16] panasonic-laptop: fix sparse warning: Using plain integer as NULL pointer Hannes Eder
2009-02-27 1:03 ` [PATCH 07/16] panasonic-laptop: fix sparse warning: Using plain Hannes Eder
2009-02-27 1:03 ` [PATCH 07/16] panasonic-laptop: fix sparse warning: Using plain integer as NULL pointer Hannes Eder
2009-02-22 0:02 ` [PATCH 08/16] [SCSI] FlashPoint: fix sparse warnings: Using plain Hannes Eder
2009-02-22 0:02 ` [PATCH 08/16] [SCSI] FlashPoint: fix sparse warnings: Using plain integer as NULL pointer Hannes Eder
2009-02-22 0:11 ` [PATCH 08/16 v2] [SCSI] FlashPoint: fix sparse warnings: Using plain Hannes Eder
2009-02-22 0:11 ` [PATCH 08/16 v2] [SCSI] FlashPoint: fix sparse warnings: Using plain integer as NULL pointer Hannes Eder
2009-02-22 0:04 ` [PATCH 09/16] usb host: fix sparse warning: Using plain integer as Hannes Eder
2009-02-22 0:04 ` [PATCH 09/16] usb host: fix sparse warning: Using plain integer as NULL pointer Hannes Eder
2009-02-27 1:04 ` [PATCH 09/16] usb host: fix sparse warning: Using plain integer Hannes Eder
2009-02-27 1:04 ` [PATCH 09/16] usb host: fix sparse warning: Using plain integer as NULL pointer Hannes Eder
2009-02-22 0:04 ` [PATCH 10/16] viafb: fix sparse warning: Using plain integer as NULL Hannes Eder
2009-02-22 0:04 ` [PATCH 10/16] viafb: fix sparse warning: Using plain integer as NULL pointer Hannes Eder
2009-02-27 1:07 ` [PATCH 10/16] viafb: fix sparse warning: Using plain integer as Hannes Eder
2009-02-27 1:07 ` [PATCH 10/16] viafb: fix sparse warning: Using plain integer as NULL pointer Hannes Eder
2009-02-22 0:05 ` [PATCH 11/16] fs/super.c: fix sparse warning: Using plain integer as Hannes Eder
2009-02-22 0:05 ` [PATCH 11/16] fs/super.c: fix sparse warning: Using plain integer as NULL pointer 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:10 ` [PATCH 11/16] fs/super.c: fix sparse warning: Using plain integer as NULL pointer Hannes Eder
2009-02-27 1:28 ` [PATCH 11/16] fs/super.c: fix sparse warning: Using plain Al Viro
2009-02-27 1:28 ` [PATCH 11/16] fs/super.c: fix sparse warning: Using plain integer as NULL pointer Al Viro
2009-03-02 21:34 ` [PATCH 11/16 v2] NULL noise: drivers/ide/ide-*.c Hannes Eder
2009-03-02 21:34 ` Hannes Eder
2009-03-02 23:53 ` [PATCH 04/16 v3] " Hannes Eder
2009-03-02 23:53 ` Hannes Eder
2009-03-05 13:47 ` Bartlomiej Zolnierkiewicz
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-22 0:05 ` [PATCH 12/16] reiserfs: fix sparse warning: Using plain integer as NULL pointer Hannes Eder
2009-02-27 1:12 ` [PATCH 12/16] reiserfs: fix sparse warning: Using plain integer Hannes Eder
2009-02-27 1:12 ` [PATCH 12/16] reiserfs: fix sparse warning: Using plain integer as NULL pointer Hannes Eder
2009-02-27 1:12 ` Hannes Eder
2009-02-22 0:05 ` [PATCH 13/16] kprobes: fix sparse warnings: Using plain integer as Hannes Eder
2009-02-22 0:05 ` [PATCH 13/16] kprobes: fix sparse warnings: Using plain integer as NULL pointer Hannes Eder
2009-02-27 1:13 ` [PATCH 13/16] kprobes: fix sparse warnings: Using plain integer Hannes Eder
2009-02-27 1:13 ` [PATCH 13/16] kprobes: fix sparse warnings: Using plain integer as NULL pointer Hannes Eder
2009-02-22 0:05 ` [PATCH 14/16] memcg: fix sparse warning: Using plain integer as NULL Hannes Eder
2009-02-22 0:05 ` [PATCH 14/16] memcg: fix sparse warning: Using plain integer as NULL pointer Hannes Eder
2009-02-27 1:15 ` [PATCH 14/16] memcg: fix sparse warning: Using plain integer as Hannes Eder
2009-02-27 1:15 ` [PATCH 14/16] memcg: fix sparse warning: Using plain integer as NULL pointer Hannes Eder
2009-02-27 1:37 ` [PATCH 14/16] memcg: fix sparse warning: Using plain integer as KAMEZAWA Hiroyuki
2009-02-27 1:37 ` [PATCH 14/16] memcg: fix sparse warning: Using plain integer as NULL pointer KAMEZAWA Hiroyuki
2009-02-22 0:05 ` [PATCH 15/16] ipv6: fix sparse warning: Using plain integer as NULL Hannes Eder
2009-02-22 0:05 ` [PATCH 15/16] ipv6: fix sparse warning: Using plain integer as NULL pointer Hannes Eder
2009-02-22 7:37 ` [PATCH 15/16] ipv6: fix sparse warning: Using plain integer as David Miller
2009-02-22 7:37 ` [PATCH 15/16] ipv6: fix sparse warning: Using plain integer as NULL pointer David Miller
2009-02-22 0:05 ` [PATCH 16/16] ALSA: msnd: fix sparse warning: Using plain integer as Hannes Eder
2009-02-22 0:05 ` [PATCH 16/16] ALSA: msnd: fix sparse warning: Using plain integer as NULL pointer Hannes Eder
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=49A77503.8040900@nokia.com \
--to=artem.bityutskiy@nokia.com \
--cc=hannes@hanneseder.net \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=trivial@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.