Re: [PATCH] VLAN: Add two missing checks to vlan_ioctl_handler()

2005-12-21 Thread David S. Miller
From: Mika Kukkonen <[EMAIL PROTECTED]> Date: Wed, 21 Dec 2005 22:50:15 +0200 > In vlan_ioctl_handler() the code misses couple checks for > error return values. > > Signed-of-by: Mika Kukkonen <[EMAIL PROTECTED]> Looks good, applied, thanks. - To unsubscribe from this list: send the line "unsubs

[PATCH] VLAN: Add two missing checks to vlan_ioctl_handler()

2005-12-21 Thread Mika Kukkonen
In vlan_ioctl_handler() the code misses couple checks for error return values. Signed-of-by: Mika Kukkonen <[EMAIL PROTECTED]> --- net/8021q/vlan.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/net/8021q/vlan.c b/net/8021q/vlan.c index 91e412b..67465b6 100644 ---