Re: [PATCH -mm v2] sound: convert to parse_integer()

2015-07-28 Thread Takashi Iwai
On Mon, 27 Jul 2015 23:03:01 +0200, Alexey Dobriyan wrote: > > Convert away from deprecated simple_strto*() interfaces to > parse_integer() and kstrto*(). > > Signed-off-by: Alexey Dobriyan The error handling looks good to me. In addition to Andrew's suggestion and the removal of word terminat

Re: [PATCH -mm v2] sound: convert to parse_integer()

2015-07-28 Thread Takashi Iwai
On Tue, 28 Jul 2015 23:06:15 +0200, Andrew Morton wrote: > > On Tue, 28 Jul 2015 00:03:01 +0300 Alexey Dobriyan > wrote: > > > Convert away from deprecated simple_strto*() interfaces to > > parse_integer() and kstrto*(). > > The patch does a lot more than this! It also adds lots of handling o

Re: [PATCH -mm v2] sound: convert to parse_integer()

2015-07-28 Thread Andrew Morton
On Tue, 28 Jul 2015 00:03:01 +0300 Alexey Dobriyan wrote: > Convert away from deprecated simple_strto*() interfaces to > parse_integer() and kstrto*(). The patch does a lot more than this! It also adds lots of handling of previously-ignored errors. And it thereby introduces possible back-compa

[PATCH -mm v2] sound: convert to parse_integer()

2015-07-27 Thread Alexey Dobriyan
Convert away from deprecated simple_strto*() interfaces to parse_integer() and kstrto*(). Signed-off-by: Alexey Dobriyan --- sound/core/oss/mixer_oss.c |7 --- sound/core/oss/pcm_oss.c| 13 +++-- sound/core/pcm.c| 13 +++-- sound/core/pcm_memory.c