[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <baa43defd49bb297cfb7772b999dbd9abf7f4c0d.camel@perches.com>
Date: Tue, 15 Dec 2020 12:13:51 -0800
From: Joe Perches <coupons@...ches.com>
To: trix@...hat.com, Chas Williams <3chas3@...il.com>
Cc: linux-atm-general@...ts.sourceforge.net, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] atm: horizon: remove h from printk format specifier
On Tue, 2020-12-15 at 06:24 -0800, trix@...hat.com wrote:
> From: Tom Rix <trix@...hat.com>
>
> See Documentation/core-api/printk-formats.rst.
> h should no longer be used in the format specifier for printk.
>
> Signed-off-by: Tom Rix <trix@...hat.com>
> ---
> drivers/atm/horizon.c | 6 +++---
Chas?
Madge has been out of business for a couple decades now.
I doubt anyone does but does anyone actually use this driver or
even have working hardware?
If not, how about just deleting this driver altogether instead?
from horizon.h:
/*
Madge Horizon ATM Adapter driver.
Copyright (C) 1995-1999 Madge Networks Ltd.
*/
/*
IMPORTANT NOTE: Madge Networks no longer makes the adapters
supported by this driver and makes no commitment to maintain it.
*/
> diff --git a/drivers/atm/horizon.c b/drivers/atm/horizon.c
[]
> @@ -1609,7 +1609,7 @@ static int hrz_send (struct atm_vcc * atm_vcc, struct sk_buff * skb) {
> if (*s++ == 'D') {
> for (i = 0; i < 4; ++i)
> d = (d << 4) | hex_to_bin(*s++);
> - PRINTK (KERN_INFO, "debug bitmap is now %hx", debug = d);
> + PRINTK (KERN_INFO, "debug bitmap is now %x", debug = d);
An IMO ugly assignment in a printk too.
Powered by blists - more mailing lists