Wolfgang Grandegger wrote:
> Hello,
> 
> as promised, I composed and committed a little README on how to get your
> Socket-CAN changes into the Linux kernel or BerliOS repo. See:
> 

very nice!

> 
> Patches for the BerliOS repo:
> ----------------------------
> 
> In principle the same rules apply as for kernel inclusion. But there is
> no need to make a CC to the netdev mailing list and the code should deal
> with version dependencies as usual using:
> 
>   #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,32)
>   ...
>   #endif
> 
> Also ND2D(dev) should be used to specifiy the platform device, e.g.:
> 
>   dev_dbg(ND2D(dev), "data overrun interrupt\n");
> 

One missing point here:

Use include/socketcan/can... instead of include/linux/can...

in the BerliOS repo.

Thanks,
Oliver

_______________________________________________
Socketcan-core mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/socketcan-core

Reply via email to