Re: staging: vme_user: accept bus_num of zero

2016-09-19 Thread Aaron Sierra
- Original Message - > From: "Martyn Welch" > Sent: Thursday, September 8, 2016 2:17:35 PM > On Fri, Sep 02, 2016 at 03:59:45PM -0500, Aaron Sierra wrote: >> The driver's bus_num parameter is used to select a VME bus during probe. >> This parameter is used both as a

Re: staging: vme_user: accept bus_num of zero

2016-09-08 Thread Martyn Welch
On Fri, Sep 02, 2016 at 03:59:45PM -0500, Aaron Sierra wrote: > The driver's bus_num parameter is used to select a VME bus during probe. > This parameter is used both as a boolean to indicate that probing should > occur as well as which bus should be probed. However, the first bus in > the system

staging: vme_user: accept bus_num of zero

2016-09-02 Thread Aaron Sierra
The driver's bus_num parameter is used to select a VME bus during probe. This parameter is used both as a boolean to indicate that probing should occur as well as which bus should be probed. However, the first bus in the system is bus zero, so this method prevents the first bus from being accepted