netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net-sysfs: remove left over dead code
@ 2016-02-29 16:34 Eric Engestrom
  2016-03-02 20:02 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Engestrom @ 2016-02-29 16:34 UTC (permalink / raw)
  To: David S. Miller, Scott Feldman, Jiri Pirko, Or Gerlitz,
	Andy Gospodarek, David Ahern, Alexander Stein,
	Thadeu Lima de Souza Cascardo, John Fastabend, Florian Fainelli,
	Anuradha Karuppiah, Russell King, Tom Herbert, Sasha Levin,
	netdev, linux-kernel
  Cc: Eric Engestrom

This format hasn't been used since 04ed3e741d0f133e02bed7fa5c98edba128f90e7
("net: change netdev->features to u32")

Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
---
 net/core/net-sysfs.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net/core/net-sysfs.c b/net/core/net-sysfs.c
index b6c8a66..e326707 100644
--- a/net/core/net-sysfs.c
+++ b/net/core/net-sysfs.c
@@ -29,7 +29,6 @@
 
 #ifdef CONFIG_SYSFS
 static const char fmt_hex[] = "%#x\n";
-static const char fmt_long_hex[] = "%#lx\n";
 static const char fmt_dec[] = "%d\n";
 static const char fmt_ulong[] = "%lu\n";
 static const char fmt_u64[] = "%llu\n";
-- 
2.7.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] net-sysfs: remove left over dead code
  2016-02-29 16:34 [PATCH] net-sysfs: remove left over dead code Eric Engestrom
@ 2016-03-02 20:02 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2016-03-02 20:02 UTC (permalink / raw)
  To: eric.engestrom
  Cc: sfeldma, jiri, ogerlitz, gospo, dsahern, alexander.stein,
	cascardo, john.r.fastabend, f.fainelli, anuradhak, rmk+kernel,
	tom, sasha.levin, netdev, linux-kernel

From: Eric Engestrom <eric.engestrom@imgtec.com>
Date: Mon, 29 Feb 2016 16:34:25 +0000

> This format hasn't been used since 04ed3e741d0f133e02bed7fa5c98edba128f90e7
> ("net: change netdev->features to u32")
> 
> Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>

A patch that does this is already in the networking tree, please always
check the appropriate subsystem tree before submitting patches.

Thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-03-02 20:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-29 16:34 [PATCH] net-sysfs: remove left over dead code Eric Engestrom
2016-03-02 20:02 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).