linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Frank Davis <fdavis@si.rr.com>
To: linux-kernel@vger.kernel.org
Cc: fdavis@si.rr.com, <trivial@rustcorp.com.au>
Subject: [PATCH] 2.5.59 : arch/cris/drivers/eeprom.c
Date: Fri, 7 Feb 2003 11:57:16 -0500 (EST)	[thread overview]
Message-ID: <Pine.LNX.4.44.0302071155150.6917-100000@master> (raw)

Hello all,
  The following patch addresses buzilla buig # 308 , and removes a 
unneeded semicolon. Please review for inclusion.

Regards,
Frank

--- linux/arch/cris/drivers/eeprom.c.old	2003-01-16 21:22:02.000000000 -0500
+++ linux/arch/cris/drivers/eeprom.c	2003-02-07 03:17:58.000000000 -0500
@@ -815,7 +815,7 @@
       i2c_outbyte( eeprom.select_cmd | 1 );
     }
 
-    if(i2c_getack());
+    if(i2c_getack())
     {
       break;
     }


                 reply	other threads:[~2003-02-07 16:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=Pine.LNX.4.44.0302071155150.6917-100000@master \
    --to=fdavis@si.rr.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=trivial@rustcorp.com.au \
    /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 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).