Alexey,
Your patch is fine. I had not looked at the if which would prevent zero
cards from even printing.
On Mon, Aug 28, 2006 at 04:51:42PM -0700, Don Fry wrote:
> The cause of #6428 has already been fixed in v1.32 of the pcnet32
> driver. To be correct, the printk should be:
>
>
The cause of #6428 has already been fixed in v1.32 of the pcnet32
driver. To be correct, the printk should be:
printk(KERN_INFO PFX "%d card%s found\n",
cards_found, cards_found != 1 ? "s" : "");
So that zero cards also says 'pcnet32: 0 cards found.'
Why d
Also, final dot removed and single form fixed. The cause of #6428 is
still to be found.
Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]>
---
drivers/net/pcnet32.c |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--- a/drivers/net/pcnet32.c
+++ b/drivers/net/pcnet32.c
@@ -2986,7 +298