[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <fb5e4127-c9e8-6e88-7cff-6a607a2816f2@gmail.com>
Date: Fri, 19 Nov 2021 08:35:07 +1300
From: Michael Schmitz <schmitzmic@...il.com>
To: Joe Perches <joe@...ches.com>, linux-m68k@...r.kernel.org,
geert@...ux-m68k.org
Cc: alex@...ik.de, netdev@...r.kernel.org
Subject: Re: [PATCH net v11 3/3] net/8390: apne.c - add 100 Mbit support to
apne.c driver
Hi Joe,
thanks for your review!
On 19/11/21 08:18, Joe Perches wrote:
> On Mon, 2021-11-15 at 12:40 +1300, Michael Schmitz wrote:
>> Add module parameter, IO mode autoprobe and PCMCIA reset code
>> required to support 100 Mbit PCMCIA ethernet cards on Amiga.
> []
>> diff --git a/drivers/net/ethernet/8390/apne.c b/drivers/net/ethernet/8390/apne.c
> []
>> @@ -119,6 +119,48 @@ static u32 apne_msg_enable;
> []
>> + cftuple_len = pcmcia_copy_tuple(CISTPL_CFTABLE_ENTRY, cftuple, 256);
>> + if (cftuple_len < 3)
>> + return 0;
>> +#ifdef DEBUG
>> + else
>> + print_hex_dump(KERN_WARNING, "cftable: ", DUMP_PREFIX_NONE, 8,
>> + sizeof(char), cftuple, cftuple_len, false);
>> +#endif
>
> Why KERN_WARNING and why not use print_hex_dump_debug without the #ifdef
No particular reason - head still stuck in the '90 perhaps.
> []
>> +#ifdef DEBUG
>> + pr_info("IO flags: %x\n", cftable_entry.io.flags);
>
> pr_debug ?
Both changed now, thanks!
Regards,
Michael Schmitz
>
Powered by blists - more mailing lists