public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [Patch] Patch for bug 13547
@ 2011-03-02 19:28 Chen Liu
  2011-03-02 19:37 ` Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Chen Liu @ 2011-03-02 19:28 UTC (permalink / raw)
  To: linux-kernel

Hi everyone,

There is a patch generated by the tool R2Fix for bug 13547. Could you
take a look at them? Thanks!
The patch:
--- linux-2.6.30/drivers/scsi/FlashPoint.c    2009-06-09
23:05:27.000000000 -0400
+++ /tmp/cocci-output-726-34f8c9-FlashPoint.c    2011-02-23
22:05:29.765164083 -0500
@@ -1212,7 +1212,7 @@ static unsigned long FlashPoint_Hardware

     ioport = pCardInfo->si_baseaddr;

-    for (thisCard = 0; thisCard <= MAX_CARDS; thisCard++) {
+    for (thisCard = 0; thisCard < MAX_CARDS; thisCard++) {

         if (thisCard == MAX_CARDS) {



Best,
Chen

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

end of thread, other threads:[~2011-03-02 21:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-02 19:28 [Patch] Patch for bug 13547 Chen Liu
2011-03-02 19:37 ` Randy Dunlap
2011-03-02 21:44   ` Thomas Gleixner

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