On Tue, May 22, 2012 at 12:06:26AM -0400, Kevin McKinney wrote:
> This patch removes typedef for _U_IP_ADDRESS,
> changes the name of the union from _U_IP_ADDRESS
> to bcm_ip_address, and converts the union to a
> struct. In addition, any calls to the following
> typedef "U_IP_ADDRESS" are changed to call the
> struct directly.
> 
> Signed-off-by: Kevin McKinney <[email protected]>

No, this doesn't work at all.  You can't be changing unions to
structs without more explanation than that.  It breaks everything.

regards,
dan carpenter


_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to