Re: [PATCH v2 1/1] cxgb3: Convert simple_strtoul to kstrtox

2015-12-07 Thread David Miller
From: LABBE Corentin Date: Mon, 7 Dec 2015 14:11:33 +0100 > the simple_strtoul function is obsolete. This patch replace it by > kstrtox. > > Signed-off-by: LABBE Corentin Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord..

[PATCH v2 1/1] cxgb3: Convert simple_strtoul to kstrtox

2015-12-07 Thread LABBE Corentin
the simple_strtoul function is obsolete. This patch replace it by kstrtox. Signed-off-by: LABBE Corentin --- drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c | 14 +++-- drivers/net/ethernet/chelsio/cxgb3/t3_hw.c | 28 ++--- 2 files changed, 29 insertions(+), 13 d