From: Michael Schmitz <schmitzmic@gmail.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Linux/m68k <linux-m68k@vger.kernel.org>,
ALeX Kazik <alex@kazik.de>,
Debian/m68k <debian-68k@lists.debian.org>
Subject: Re: [CFT][PATCH v2] net/8390: apne.c - read out and log PCMCIA cftable entries
Date: Tue, 24 Aug 2021 09:41:24 +1200 [thread overview]
Message-ID: <98f062a0-3f9d-1e13-9909-ec82405981ae@gmail.com> (raw)
In-Reply-To: <CAMuHMdW5duhQE66nkOkOsURg2SoVgjAuHrZw0tGge7Eop6=mhQ@mail.gmail.com>
Hi Geert,
On 23/08/21 19:36, Geert Uytterhoeven wrote:
>> +
>> + if ((len_cftuple = pcmcia_copy_tuple(CISTPL_CFTABLE_ENTRY, cftuple, 256)) < 3) {
>> + pr_cont("no cftable entry for card\n");
>> + /* XXX: shouldn't we re-enable irq here? */
>> + } else {
>> + int i;
>> +
>> + pr_info("CFTABLE_ENTRY tuple:\n");
>> + for (i=0; i<len_cftuple; i++) {
>> + pr_cont("%hhx ", cftuple[i]);
>> + if (i > 0 && !(i % 10)) pr_cont("\n");
>> + }
>> + pr_cont("\n");
> print_hex_dump()?
Too true - I'll use that in the next iteration.
Cheers,
Michael
prev parent reply other threads:[~2021-08-23 21:42 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-22 3:11 [CFT][PATCH v2] net/8390: apne.c - read out and log PCMCIA cftable entries Michael Schmitz
2021-08-23 7:36 ` Geert Uytterhoeven
2021-08-23 21:41 ` Michael Schmitz [this message]
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=98f062a0-3f9d-1e13-9909-ec82405981ae@gmail.com \
--to=schmitzmic@gmail.com \
--cc=alex@kazik.de \
--cc=debian-68k@lists.debian.org \
--cc=geert@linux-m68k.org \
--cc=linux-m68k@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox