All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <shemminger@osdl.org>
To: Michael Buesch <mb@bu3sch.de>, Jeff Garzik <jgarzik@pobox.com>
Cc: netdev@vger.kernel.org
Subject: [PATCH] skge: chip clock rate typo
Date: Wed, 19 Jul 2006 13:35:35 -0700	[thread overview]
Message-ID: <20060719133535.40e490fc@localhost.localdomain> (raw)
In-Reply-To: <200607222330.30842.mb@bu3sch.de>

Michael Buesch spotted this typo.  The impact is that the incorrect value
was being computed for blinking LED and interrupt moderation values.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>

--- skge-2.6.orig/drivers/net/skge.c
+++ skge-2.6/drivers/net/skge.c
@@ -519,7 +519,7 @@ static inline u32 hwkhz(const struct skg
 	if (hw->chip_id == CHIP_ID_GENESIS)
 		return 53215; /* or:  53.125 MHz */
 	else
-		return 78215; /* or:  78.125 MHz */
+		return 78125; /* or:  78.125 MHz */
 }
 
 /* Chip HZ to microseconds */

       reply	other threads:[~2006-07-24 21:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200607222330.30842.mb@bu3sch.de>
2006-07-19 20:35 ` Stephen Hemminger [this message]
2006-07-19 21:08   ` [PATCH] skge: chip clock rate typo Stephen Hemminger
2006-07-24 21:34   ` Larry Finger
2006-07-19 21:03     ` Stephen Hemminger

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=20060719133535.40e490fc@localhost.localdomain \
    --to=shemminger@osdl.org \
    --cc=jgarzik@pobox.com \
    --cc=mb@bu3sch.de \
    --cc=netdev@vger.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.