Hello. On 02-08-2012 11:40, Dror Cohen wrote:
This patch address the issue that a function named config_vpif_params should be vpif_config_params. This, however, conflicts with two structures defined already.
Function names shouldn't conflict with the structure tags. Structure tags always follow 'struct' keyword and are only valid in this context.
So I changed the structures to config_vpif_params_t (origin was vpif_config_params)
WBR, Sergei _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
