Re: [PATCH] atm: libahci: replace obselete simple_strtoul() with kstrtouint()

2014-02-19 Thread Sergei Shtylyov
Hello. On 19-02-2014 10:05, David Miller wrote: From 18bd7236f36a248a0871f810cec3c1e98f098a91 Mon Sep 17 00:00:00 2001 From: Daeseok Youn Date: Wed, 19 Feb 2014 13:44:24 +0900 Subject: [PATCH] atm: libahci: replace obselete simple_strtoul() with kstrtouint() Signed-off-by: Daeseok Youn

Re: [PATCH] atm: libahci: replace obselete simple_strtoul() with kstrtouint()

2014-02-18 Thread DaeSeok Youn
I re-send this patch after fixing subject. Thanks. Daeseok Youn 2014-02-19 15:05 GMT+09:00 David Miller : > From: Daeseok Youn > Date: Wed, 19 Feb 2014 14:09:49 +0900 > >> From 18bd7236f36a248a0871f810cec3c1e98f098a91 Mon Sep 17 00:00:00 2001 >> From: Daeseok Youn >> Date: Wed, 19 Feb 2014 13:4

Re: [PATCH] atm: libahci: replace obselete simple_strtoul() with kstrtouint()

2014-02-18 Thread David Miller
From: Daeseok Youn Date: Wed, 19 Feb 2014 14:09:49 +0900 > From 18bd7236f36a248a0871f810cec3c1e98f098a91 Mon Sep 17 00:00:00 2001 > From: Daeseok Youn > Date: Wed, 19 Feb 2014 13:44:24 +0900 > Subject: [PATCH] atm: libahci: replace obselete simple_strtoul() with > kstrtouint() > > Signed-off-b