Re: [PATCH RESEND] net: remove obsolete simple_strto

2012-12-10 Thread David Miller
From: Abhijit Pawar Date: Tue, 11 Dec 2012 09:03:41 +0530 > On 12/11/2012 12:40 AM, David Miller wrote: >> From: Abhijit Pawar >> Date: Mon, 10 Dec 2012 14:42:28 +0530 >> >>> This patch replace the obsolete simple_strto with kstrto >>> >>> Signed-off-by: Abhijit Pawar >> >> Applied. >> > Hi

Re: [PATCH RESEND] net: remove obsolete simple_strto

2012-12-10 Thread David Miller
From: Abhijit Pawar Date: Tue, 11 Dec 2012 06:36:59 +0530 > It looks like there are two occurences of simple_strtoul which has not been > removed cleanly from the patch. > They are in netpoll.c and debugfs_sta.c > I will send the modified corrected clean patch shortly. You can't simply send me a

Re: [PATCH RESEND] net: remove obsolete simple_strto

2012-12-10 Thread Abhijit Pawar
On 12/11/2012 12:40 AM, David Miller wrote: > From: Abhijit Pawar > Date: Mon, 10 Dec 2012 14:42:28 +0530 > >> This patch replace the obsolete simple_strto with kstrto >> >> Signed-off-by: Abhijit Pawar > > Applied. > Hi David, It seems that there are occurences of simple_strto* still present

Re: [PATCH RESEND] net: remove obsolete simple_strto

2012-12-10 Thread David Miller
From: Abhijit Pawar Date: Mon, 10 Dec 2012 14:42:28 +0530 > This patch replace the obsolete simple_strto with kstrto > > Signed-off-by: Abhijit Pawar Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More m

Re: [PATCH RESEND] net: remove obsolete simple_strto

2012-12-10 Thread Neil Horman
On Mon, Dec 10, 2012 at 02:42:28PM +0530, Abhijit Pawar wrote: > This patch replace the obsolete simple_strto with kstrto > > Signed-off-by: Abhijit Pawar Acked-by: Neil Horman -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.

[PATCH RESEND] net: remove obsolete simple_strto

2012-12-10 Thread Abhijit Pawar
This patch replace the obsolete simple_strto with kstrto Signed-off-by: Abhijit Pawar --- net/core/netpoll.c |5 - net/ipv4/netfilter/ipt_CLUSTERIP.c |9 +++-- net/mac80211/debugfs_sta.c |3 +++ net/netfilter/nf_conntrack_core.c |5 - 4 files