Re: [PATCH] drivers:staging: fix compilation warning

2012-12-03 Thread Greg Kroah-Hartman
On Mon, Dec 03, 2012 at 10:34:08AM +, Cong Ding wrote: > We do not allow old-style function definition. Always spell foo(void) if > a function does not take any parameters. > > Signed-off-by: Cong Ding > --- > drivers/staging/telephony/ixj.c |2 +- > 1 files changed, 1 insertions(+), 1

Re: [PATCH] drivers:staging: fix compilation warning

2012-12-03 Thread Cong Ding
On Mon, Dec 03, 2012 at 01:56:09PM +0300, Dan Carpenter wrote: > On Mon, Dec 03, 2012 at 10:34:08AM +, Cong Ding wrote: > > We do not allow old-style function definition. Always spell foo(void) if > > a function does not take any parameters. > > > > You should be working against linux-next.

Re: [PATCH] drivers:staging: fix compilation warning

2012-12-03 Thread Dan Carpenter
On Mon, Dec 03, 2012 at 10:34:08AM +, Cong Ding wrote: > We do not allow old-style function definition. Always spell foo(void) if > a function does not take any parameters. > You should be working against linux-next. This driver has been deleted in linux-next. The subject should have

Re: [PATCH] drivers:staging: fix compilation warning

2012-12-03 Thread Dan Carpenter
On Mon, Dec 03, 2012 at 10:34:08AM +, Cong Ding wrote: We do not allow old-style function definition. Always spell foo(void) if a function does not take any parameters. You should be working against linux-next. This driver has been deleted in linux-next. The subject should have been:

Re: [PATCH] drivers:staging: fix compilation warning

2012-12-03 Thread Cong Ding
On Mon, Dec 03, 2012 at 01:56:09PM +0300, Dan Carpenter wrote: On Mon, Dec 03, 2012 at 10:34:08AM +, Cong Ding wrote: We do not allow old-style function definition. Always spell foo(void) if a function does not take any parameters. You should be working against linux-next. This

Re: [PATCH] drivers:staging: fix compilation warning

2012-12-03 Thread Greg Kroah-Hartman
On Mon, Dec 03, 2012 at 10:34:08AM +, Cong Ding wrote: We do not allow old-style function definition. Always spell foo(void) if a function does not take any parameters. Signed-off-by: Cong Ding ding...@gmail.com --- drivers/staging/telephony/ixj.c |2 +- 1 files changed, 1