Re: [PATCH] vme: change LM callback argument to void pointer

2016-04-27 Thread Martyn Welch
Hi Aaron, On 24/04/16 00:03, Aaron Sierra wrote: Make the location monitor callback function prototype more useful by changing the argument from an integer to a void pointer. All VME bridge drivers were simply passing the location monitor index (e.g. 0-3) as the argument to these callbacks. It

[PATCH] vme: change LM callback argument to void pointer

2016-04-23 Thread Aaron Sierra
Make the location monitor callback function prototype more useful by changing the argument from an integer to a void pointer. All VME bridge drivers were simply passing the location monitor index (e.g. 0-3) as the argument to these callbacks. It is much more useful to pass back a pointer to data t