public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.5.33 : drivers/hotplug/cpqphp_core.c error
@ 2002-09-01 21:56 Frank Davis
  2002-09-05  0:49 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Frank Davis @ 2002-09-01 21:56 UTC (permalink / raw)
  To: linux-kernel; +Cc: fdavis

Hello all,
  While a 'make modules', I received the following error.

Regards,
Frank

In file included from cpqphp_core.c:40:
cpqphp.h: In function `cpq_get_latch_status':
cpqphp.h:698: called object is not a function
cpqphp.h:698: parse error before string constant
cpqphp.h:698: warning: left-hand operand of comma expression has no effect
cpqphp.h:698: warning: left-hand operand of comma expression has no effect
cpqphp.h:698: warning: left-hand operand of comma expression has no effect
cpqphp.h:698: parse error before `)'
cpqphp.h: In function `wait_for_ctrl_irq':
cpqphp.h:736: called object is not a function
cpqphp.h:736: parse error before string constant
cpqphp.h:736: warning: left-hand operand of comma expression has no effect
cpqphp.h:736: parse error before `)'
cpqphp.h:746: called object is not a function
cpqphp.h:746: parse error before string constant
cpqphp.h:746: warning: left-hand operand of comma expression has no effect
cpqphp.h:746: parse error before `)'
cpqphp_core.c: In function `ctrl_slot_setup':
cpqphp_core.c:317: called object is not a function
cpqphp_core.c:317: parse error before string constant
cpqphp_core.c:317: warning: left-hand operand of comma expression has no effect
cpqphp_core.c:317: parse error before `)'
cpqphp_core.c: In function `get_slot_mapping':
cpqphp_core.c:479: called object is not a function
cpqphp_core.c:479: parse error before string constant
cpqphp_core.c:479: warning: left-hand operand of comma expression has no effect
cpqphp_core.c:479: warning: left-hand operand of comma expression has no effect
cpqphp_core.c:479: warning: left-hand operand of comma expression has no effect
cpqphp_core.c:479: warning: left-hand operand of comma expression has no effect
cpqphp_core.c:479: warning: left-hand operand of comma expression has no effect
cpqphp_core.c:479: parse error before `)'
cpqphp_core.c: In function `set_attention_status':
cpqphp_core.c:595: called object is not a function
cpqphp_core.c:595: parse error before string constant
cpqphp_core.c:595: warning: left-hand operand of comma expression has no effect
cpqphp_core.c:595: warning: left-hand operand of comma expression has no effect
cpqphp_core.c:595: parse error before `)'
cpqphp_core.c: In function `process_SI':
cpqphp_core.c:630: called object is not a function
cpqphp_core.c:630: parse error before string constant
cpqphp_core.c:630: warning: left-hand operand of comma expression has no effect
cpqphp_core.c:630: warning: left-hand operand of comma expression has no effect
cpqphp_core.c:630: parse error before `)'
cpqphp_core.c: In function `process_SS':
cpqphp_core.c:670: called object is not a function
cpqphp_core.c:670: parse error before string constant
cpqphp_core.c:670: warning: left-hand operand of comma expression has no effect
cpqphp_core.c:670: warning: left-hand operand of comma expression has no effect
cpqphp_core.c:670: parse error before `)'
cpqphp_core.c: In function `hardware_test':
cpqphp_core.c:698: called object is not a function
cpqphp_core.c:698: parse error before string constant
cpqphp_core.c:698: warning: left-hand operand of comma expression has no effect
cpqphp_core.c:698: parse error before `)'
cpqphp_core.c: In function `get_power_status':
cpqphp_core.c:719: called object is not a function
cpqphp_core.c:719: parse error before string constant
cpqphp_core.c:719: warning: left-hand operand of comma expression has no effect
cpqphp_core.c:719: warning: left-hand operand of comma expression has no effect
cpqphp_core.c:719: parse error before `)'
cpqphp_core.c: In function `get_attention_status':
cpqphp_core.c:737: called object is not a function
cpqphp_core.c:737: parse error before string constant
cpqphp_core.c:737: warning: left-hand operand of comma expression has no effect
cpqphp_core.c:737: warning: left-hand operand of comma expression has no effect
cpqphp_core.c:737: parse error before `)'
cpqphp_core.c: In function `get_latch_status':
cpqphp_core.c:755: called object is not a function
cpqphp_core.c:755: parse error before string constant
cpqphp_core.c:755: warning: left-hand operand of comma expression has no effect
cpqphp_core.c:755: warning: left-hand operand of comma expression has no effect
cpqphp_core.c:755: parse error before `)'
cpqphp_core.c: In function `get_adapter_status':
cpqphp_core.c:774: called object is not a function
cpqphp_core.c:774: parse error before string constant
cpqphp_core.c:774: warning: left-hand operand of comma expression has no effect
cpqphp_core.c:774: warning: left-hand operand of comma expression has no effect
cpqphp_core.c:774: parse error before `)'
cpqphp_core.c: In function `cpqhpc_probe':
cpqphp_core.c:823: called object is not a function
cpqphp_core.c:823: parse error before string constant
cpqphp_core.c:834: called object is not a function
cpqphp_core.c:834: parse error before string constant
cpqphp_core.c:841: called object is not a function
cpqphp_core.c:841: parse error before string constant
cpqphp_core.c:1056: called object is not a function
cpqphp_core.c:1056: parse error before string constant
cpqphp_core.c:1083: called object is not a function
cpqphp_core.c:1083: parse error before string constant
make[2]: *** [cpqphp_core.o] Error 1
make[2]: Leaving directory `/usr/src/linux/drivers/hotplug'
make[1]: *** [hotplug] Error 2
make[1]: Leaving directory `/usr/src/linux/drivers'
make: *** [drivers] Error 2


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 2.5.33 : drivers/hotplug/cpqphp_core.c error
  2002-09-01 21:56 2.5.33 : drivers/hotplug/cpqphp_core.c error Frank Davis
@ 2002-09-05  0:49 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2002-09-05  0:49 UTC (permalink / raw)
  To: Frank Davis; +Cc: linux-kernel

On Sun, Sep 01, 2002 at 05:56:32PM -0400, Frank Davis wrote:
> Hello all,
>   While a 'make modules', I received the following error.
> 
> Regards,
> Frank
> 
> In file included from cpqphp_core.c:40:
> cpqphp.h: In function `cpq_get_latch_status':

<snip>

This is due to the __FUNCTION__ usages in this driver.  But this driver
has been broken for a while, so I've now fixed this problem, and am
working on the core functional problems.  I should have a new version in
a few days.

Do you have a machine that you use this driver on, that you would be
willing to help test any changes on?

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-09-05  0:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-01 21:56 2.5.33 : drivers/hotplug/cpqphp_core.c error Frank Davis
2002-09-05  0:49 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox