All of lore.kernel.org
 help / color / mirror / Atom feed
From: Artem Bityutskiy <dedekind1@gmail.com>
To: Julia Lawall <Julia.Lawall@lip6.fr>
Cc: kernel-janitors@vger.kernel.org,
	David Woodhouse <dwmw2@infradead.org>,
	linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org
Subject: Re: [PATCH 7/14] drivers/mtd/maps/rbtx4939-flash.c: delete unneeded test
Date: Sat, 25 Aug 2012 11:04:52 +0000	[thread overview]
Message-ID: <1345892692.1815.1.camel@kyv> (raw)
In-Reply-To: <1345365870-29831-8-git-send-email-Julia.Lawall@lip6.fr>

[-- Attachment #1: Type: text/plain, Size: 398 bytes --]

On Sun, 2012-08-19 at 10:44 +0200, Julia Lawall wrote:
> From: Julia Lawall <Julia.Lawall@lip6.fr>
> 
> Err has only been initialized to 0 at this, so it is not possible that this
> test can be true.
> 
> A simplified version of the semantic match that finds this problem is as
> follows: (http://coccinelle.lip6.fr/)

Pushed to l2-mt.git, thanks!

-- 
Best Regards,
Artem Bityutskiy

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Artem Bityutskiy <dedekind1@gmail.com>
To: Julia Lawall <Julia.Lawall@lip6.fr>
Cc: kernel-janitors@vger.kernel.org,
	David Woodhouse <dwmw2@infradead.org>,
	linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org
Subject: Re: [PATCH 7/14] drivers/mtd/maps/rbtx4939-flash.c: delete unneeded test
Date: Sat, 25 Aug 2012 14:04:52 +0300	[thread overview]
Message-ID: <1345892692.1815.1.camel@kyv> (raw)
In-Reply-To: <1345365870-29831-8-git-send-email-Julia.Lawall@lip6.fr>

[-- Attachment #1: Type: text/plain, Size: 398 bytes --]

On Sun, 2012-08-19 at 10:44 +0200, Julia Lawall wrote:
> From: Julia Lawall <Julia.Lawall@lip6.fr>
> 
> Err has only been initialized to 0 at this, so it is not possible that this
> test can be true.
> 
> A simplified version of the semantic match that finds this problem is as
> follows: (http://coccinelle.lip6.fr/)

Pushed to l2-mt.git, thanks!

-- 
Best Regards,
Artem Bityutskiy

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Artem Bityutskiy <dedekind1@gmail.com>
To: Julia Lawall <Julia.Lawall@lip6.fr>
Cc: David Woodhouse <dwmw2@infradead.org>,
	kernel-janitors@vger.kernel.org, linux-mtd@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 7/14] drivers/mtd/maps/rbtx4939-flash.c: delete unneeded test
Date: Sat, 25 Aug 2012 14:04:52 +0300	[thread overview]
Message-ID: <1345892692.1815.1.camel@kyv> (raw)
In-Reply-To: <1345365870-29831-8-git-send-email-Julia.Lawall@lip6.fr>

[-- Attachment #1: Type: text/plain, Size: 398 bytes --]

On Sun, 2012-08-19 at 10:44 +0200, Julia Lawall wrote:
> From: Julia Lawall <Julia.Lawall@lip6.fr>
> 
> Err has only been initialized to 0 at this, so it is not possible that this
> test can be true.
> 
> A simplified version of the semantic match that finds this problem is as
> follows: (http://coccinelle.lip6.fr/)

Pushed to l2-mt.git, thanks!

-- 
Best Regards,
Artem Bityutskiy

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

  reply	other threads:[~2012-08-25 11:04 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-19  8:44 [PATCH 0/14] fix error return code Julia Lawall
2012-08-19  8:44 ` Julia Lawall
2012-08-19  8:44 ` [PATCH 1/14] drivers/rpmsg/virtio_rpmsg_bus.c: " Julia Lawall
2012-08-19  8:44   ` Julia Lawall
2012-08-19  8:44 ` [PATCH 6/14] drivers/power/wm97xx_battery.c: " Julia Lawall
2012-08-19  8:44   ` Julia Lawall
2012-08-19  8:44 ` [PATCH 5/14] drivers/power/ab8500_charger.c: " Julia Lawall
2012-08-19  8:44   ` Julia Lawall
2012-08-19  8:44 ` [PATCH 4/14] drivers/power/bq27x00_battery.c: " Julia Lawall
2012-08-19  8:44   ` Julia Lawall
2012-08-19  8:44 ` [PATCH 3/14] drivers/power/ab8500_fg.c: " Julia Lawall
2012-08-19  8:44   ` Julia Lawall
2012-08-19  8:44 ` [PATCH 2/14] drivers/power/ab8500_btemp.c: " Julia Lawall
2012-08-19  8:44   ` Julia Lawall
2012-08-23  1:51   ` Anton Vorontsov
2012-08-23  1:51     ` Anton Vorontsov
2012-08-19  8:44 ` [PATCH 7/14] drivers/mtd/maps/rbtx4939-flash.c: delete unneeded test Julia Lawall
2012-08-19  8:44   ` Julia Lawall
2012-08-19  8:44   ` Julia Lawall
2012-08-25 11:04   ` Artem Bityutskiy [this message]
2012-08-25 11:04     ` Artem Bityutskiy
2012-08-25 11:04     ` Artem Bityutskiy
2012-08-19  8:44 ` [PATCH 8/14] drivers/video/sunxvr2500.c: fix error return code Julia Lawall
2012-08-19  8:44   ` Julia Lawall
2012-08-23 20:48   ` Florian Tobias Schandinat
     [not found] ` <1345365870-29831-1-git-send-email-Julia.Lawall-L2FTfq7BK8M@public.gmane.org>
2012-08-19  8:44   ` [PATCH 12/14] drivers/spi/spi-coldfire-qspi.c: " Julia Lawall
2012-08-19  8:44     ` Julia Lawall
2012-08-19  8:44     ` Julia Lawall
2012-08-19  8:44   ` [PATCH 11/14] drivers/spi/spi-orion.c: " Julia Lawall
2012-08-19  8:44     ` Julia Lawall
2012-08-19  8:44     ` Julia Lawall
2012-08-19  8:44   ` [PATCH 10/14] drivers/spi/spi-ep93xx.c: " Julia Lawall
2012-08-19  8:44     ` Julia Lawall
2012-08-19  8:44     ` Julia Lawall
2012-08-22 16:12     ` H Hartley Sweeten
2012-08-22 16:12       ` H Hartley Sweeten
2012-08-19  8:44   ` [PATCH 9/14] drivers/spi/spi-omap-100k.c: " Julia Lawall
2012-08-19  8:44     ` Julia Lawall
2012-08-19  8:44     ` Julia Lawall
2012-08-19  8:44 ` [PATCH 13/14] drivers/mtd/ubi/build.c: " Julia Lawall
2012-08-19  8:44   ` Julia Lawall
2012-08-19  8:44   ` Julia Lawall
2012-08-25 11:10   ` Artem Bityutskiy
2012-08-25 11:10     ` Artem Bityutskiy
2012-08-25 11:10     ` Artem Bityutskiy
2012-08-19  8:44 ` [PATCH 14/14] drivers/spi/spi-s3c24xx.c: " Julia Lawall
2012-08-19  8:44   ` Julia Lawall
2012-08-19  8:44   ` Julia Lawall
2012-08-19  8:44   ` Julia Lawall
2012-08-22  9:38   ` Kukjin Kim
2012-08-22  9:38     ` Kukjin Kim
2012-08-22  9:38     ` Kukjin Kim
2012-08-22 11:40     ` Mark Brown
2012-08-22 11:40       ` Mark Brown
2012-08-22 11:40       ` Mark Brown
2012-08-22 11:42       ` Julia Lawall
2012-08-22 11:42         ` Julia Lawall
2012-08-22 11:42         ` Julia Lawall
2012-08-22 17:00         ` Mark Brown
2012-08-22 17:00           ` Mark Brown
2012-08-22 17:00           ` Mark Brown

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=1345892692.1815.1.camel@kyv \
    --to=dedekind1@gmail.com \
    --cc=Julia.Lawall@lip6.fr \
    --cc=dwmw2@infradead.org \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.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.