Re: [PATCH 1/1] net/core: Fix error handling

2007-05-07 Thread David Miller
From: "Josef 'Jeff' Sipek" <[EMAIL PROTECTED]> Date: Sun, 6 May 2007 19:20:43 -0400 > Upon failure to register "ptype" procfs entry, "softnet_stat" was not > removed, and an incorrect attempt was made to remove the "ptype" entry. > > Signed-off-by: Josef 'Jeff' Sipek <[EMAIL PROTECTED]> Applied

[PATCH 1/1] net/core: Fix error handling

2007-05-06 Thread Josef 'Jeff' Sipek
Upon failure to register "ptype" procfs entry, "softnet_stat" was not removed, and an incorrect attempt was made to remove the "ptype" entry. Signed-off-by: Josef 'Jeff' Sipek <[EMAIL PROTECTED]> --- net/core/dev.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/co