All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Woodhouse <dwmw2@infradead.org>
To: "Chung Ming" <min@hello.org>
Cc: linux-mtd@lists.infradead.org
Subject: Re: "No Flash Chips Recognized." error.
Date: Tue, 19 Feb 2002 21:30:25 +0000	[thread overview]
Message-ID: <18943.1014154225@redhat.com> (raw)
In-Reply-To: <01b401c1b97e$04d09180$f801a8c0@minibm>

min@hello.org said:
> Yes, I have this: 
>       printk("Chip with mfr %02x, id %02x unknown. Tell dwmw2\n");

It's still printing two random values off the stack instead of the actual 
mfr and id values. Add the actual numbers.

	printk("Chip with mfr %02x, id %02x unknown. Tell dwmw2\n", mfr, id);

--
dwmw2

  reply	other threads:[~2002-02-19 21:19 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-11 13:39 "No Flash Chips Recognized." error Chung Ming
2002-02-11 13:58 ` David Woodhouse
2002-02-16 11:41   ` Chung Ming
2002-02-16 14:40     ` David Woodhouse
2002-02-18 18:46   ` Chung Ming
2002-02-18 19:14     ` David Woodhouse
2002-02-19 19:45       ` Chung Ming
2002-02-19 21:30         ` David Woodhouse [this message]
     [not found]           ` <021101c1b9b5$247c0050$f801a8c0@minibm>
2002-02-20  8:51             ` David Woodhouse
2002-02-20  9:18               ` Chung Ming
2002-02-21  8:30                 ` David Woodhouse
2002-02-22  6:59                   ` Chung Ming

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=18943.1014154225@redhat.com \
    --to=dwmw2@infradead.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=min@hello.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.