ntb: off by one sanity checks
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 22 Jan 2013 07:19:14 +0000 (10:19 +0300)
committerJon Mason <jon.mason@intel.com>
Wed, 15 May 2013 17:57:24 +0000 (10:57 -0700)
These tests are off by one.  If "mw" is equal to NTB_NUM_MW then we
would go beyond the end of the ndev->mw[] array.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Jon Mason <jon.mason@intel.com>
drivers/ntb/ntb_hw.c

Simple merge