
11 Jan
2010
11 Jan
'10
9:31 a.m.
Hi,
@@ -41,10 +42,24 @@ struct davinci_usb_regs *dregs; static u8 phy_on(void) { u32 timeout;
- u32 val;
This variable is only used when DAVINCI_DM365EVM is set, so it will produce a warning if it is not set.
<MSP> - We could either initialize the variable or guard its declaration with the DAVINCI_DM365EVM macro. Please let me know what is preferred so that I could update accordingly.
Initialise it will leave it unused as well, so I guess to use the macro.
Remy